go-notify-helloworld/Makefile

11 lines
125 B
Makefile
Raw Normal View History

2022-10-07 18:18:32 -05:00
# init the go mod files
init:
go mod init go-notify-helloworld
go mod tidy
build:
go build
run:
./go-notify-helloworld