Andi@Alita:/mnt/c/Users/Andi/work/g/other$ go.exe get github.com/famasoon/snowflake_decoder 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'. ... Andi@Alita:/mnt/c/Users/Andi/work/g/other$ git clone git@github.com:famasoon/snowflake_decoder.git ... Andi@Alita:/mnt/c/Users/Andi/work/g/other/snowflake_decoder$ go.exe mod init example.com/m go: creating new go.mod: module example.com/m go: to add module requirements and sums: go mod tidy Andi@Alita:/mnt/c/Users/Andi/work/g/other/snowflake_decoder$ go.exe build . main.go:6:2: package snowflake_decoder/decoder is not in GOROOT (C:\Program Files\Go\src\snowflake_decoder\de coder)
https://files.mastodon.social/media_attachments/files/112/152/438/149/336/760/original/76b83a7b4d5fb228.png