go-notify-helloworld/Makefile

11 lines
125 B
Makefile

# init the go mod files
init:
go mod init go-notify-helloworld
go mod tidy
build:
go build
run:
./go-notify-helloworld