Categorygithub.com/mxk/go-gomod
repositorypackage
0.1.1
Repository: https://github.com/mxk/go-gomod.git
Documentation: pkg.go.dev

# README

gomod

GoDoc Report card

Package gomod provides information about modules compiled into the binary.

go get github.com/mxk/go-gomod

The implementation requires access to runtime package internals via unsafe to locate the file table and parse module information from compiled file paths. Module names extracted from file paths may not match actual package names.