oklog / ulid

Universally Unique Lexicographically Sortable Identifier (ULID) in Go
Apache License 2.0
4.51k stars 166 forks source link

Propose change/addition to README #83

Closed mavericksy closed 2 years ago

mavericksy commented 2 years ago

The command env GOPATH=$(pwd) GO111MODULE=on go get -v github.com/oklog/ulid/v2/cmd/ulid returns the error 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'.

With go version go1.18.4 linux/amd64 Ubuntu 20.04.4 LTS using the command go install -v github.com/oklog/ulid/v2/cmd/ulid@latest successfully installs ulid

peterbourgon commented 2 years ago

Oops, you're right! Will fix.