package
1.3.8
Repository: https://github.com/goplus/gop.git
Documentation: pkg.go.dev

# Functions

ParseAll parses all arguments and returns a slice of Proj objects.
ParseOne parses the first argument and returns a Proj object If the first argument is a file, it continues to parse subsequent arguments.

# Variables

ErrMixedFilesProj is returned when a project contains both files and non-files.

# Structs

DirProj represents a project with a directory.
FilesProj represents a project with files.
PkgPathProj represents a project with a package path.

# Interfaces

Proj is the interface for a project.