Versions in this module Expand all Collapse all v1 v1.7.1 Oct 27, 2022 Changes in this version + func Cut(s, sep []byte) (before, after []byte, found bool) + type BuildInfo struct + Deps []*Module + GoVersion string + Main Module + Path string + Settings []BuildSetting + func ReadBuildInfo() (info *BuildInfo, ok bool) + func (bi *BuildInfo) MarshalText() ([]byte, error) + func (bi *BuildInfo) UnmarshalText(data []byte) (err error) + type BuildSetting struct + Key string + Value string + type Module struct + Path string + Replace *Module + Sum string + Version string