Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in go-modules

How do I create a nested go module within a repository?

go go-modules

In Go does the package name have to be identical to inner-most directory name?

Go error: go : go.mod file not found in current directory or any parent directory; (working on GOPATH/src)

go go-modules gopath

go mod tidy "all" matched no packages [duplicate]

go package go-modules

How to use go list -u -m all with vendoring mode?

go go-modules

Using 'go build' fetches dependencies even though they are in vendor/

go go-modules

Are libraries for testing incorporated in final build

How to replace a Go Module with a major version to a fork @ master

git go replace fork go-modules

Go mod replace dependency with private fork

git go go-modules

Content of go.sum and modules really used by a go application

What does the go.work.sum file track in Go 1.18?

go go-modules go-work

How to use a package of generated protobuf inside a go module?

When I execute `go install`, it reports "not a main package"

go go-modules go-redis

Pin version with go get

go go-modules go-get

In a setup with two Nix Flakes, where one provides a plugin for the other's application, "path <…> is not valid". How to fix that?

go nix go-modules

go: cannot find main module; see 'go help modules'

go go-modules