# Functions
AutoQuote returns s or, if quoting is required for s to appear in a go.mod, the quotation of s.
IsDirectoryPath reports whether the given path should be interpreted as a directory path.
ModulePath returns the module path from the gomod file text.
MustQuote reports whether s must be quoted in order to appear as a single token in a go.mod line.
Parse parses and returns a go.work file.
# Variables
No description provided by the author