bemasher / rtlamr-collect

Data aggregation for rtlamr.
GNU Affero General Public License v3.0
171 stars 29 forks source link

Go install instructions fail #43

Open kcoderhtml opened 1 year ago

kcoderhtml commented 1 year ago

When you run the current go get github.com/bemasher/rtlamr-collect then you get this as the output.


    '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'. ```