Closed arnesetzer closed 5 months ago
Just a minor update in the readme. Since go1.16 the export command is not required, since this is on by default. https://tip.golang.org/doc/go1.16#modules And go1.17 moves the go get command to go install for binaries. https://go.dev/doc/go-get-install-deprecation
go get
go install
I left the old instruction untouched, since g1.10 is recommanded.
Just a minor update in the readme. Since go1.16 the export command is not required, since this is on by default. https://tip.golang.org/doc/go1.16#modules And go1.17 moves the
go get
command togo install
for binaries. https://go.dev/doc/go-get-install-deprecationI left the old instruction untouched, since g1.10 is recommanded.