nikoksr / notify

A dead simple Go library for sending notifications to various messaging services.
MIT License
3k stars 214 forks source link

can't install use go get #812

Closed ZSC0810 closed 2 months ago

ZSC0810 commented 8 months ago

go get -u github.com/nikoksr/notify go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'.