package
0.1.7
Repository: https://github.com/polaris1119/tools.git
Documentation: pkg.go.dev

# 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

# Structs

A Directory is a single directory statement.
A WorkFile is the parsed, interpreted form of a go.work file.