*simon@fedora:~$ go get github.com/vulkan-go/vulkan*
*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'.* *simon@fedora:~$ go install github.com/vulkan-go/vulkan* *go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/vulkan-go/vulkan@latest' to install the latest versionsimon@fedora:~$ go install github.com/vulkan-go/vulkan@latestpackage github.com/vulkan-go/vulkan is not a main packagesimon@fedora:~$ go get github.com/vulkan-go/vulkan@latestgo: 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'.simon@fedora:~$ * so, i guess, i can make a dummy package that imports what i want, then init + tidy + get and erase it all! if this is it, then a simple script is needed, but surely im missing something. to me you need a lib package, with its documentation, first, in order to try/test alternatives. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/881558c2-3e38-4386-9b31-e5bd98d37eean%40googlegroups.com.