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