all: go.mod
go mod tidy
go build
# init the go mod files
go.mod:
go mod init go-notify-helloworld
build:
run:
./go-notify-helloworld
clean:
rm -f go.* go-notify-helloworld