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

# Functions

BuildDir builds a Go+ package directory.
BuildFiles builds specified Go+ files.
BuildPkgPath builds a Go+ package.
ErrorPos returns where the error occurs.
FilterNoTestFiles filters to skip all testing files.
GenGo generates gop_autogen.go for a Go+ package directory.
GenGoEx generates gop_autogen.go for a Go+ package directory.
GenGoFiles generates gop_autogen.go for specified Go+ files.
GenGoPkgPath generates gop_autogen.go for a Go+ package.
GenGoPkgPathEx generates gop_autogen.go for a Go+ package.
GetFileClassType get gop module file classType.
IgnoreNotated returns if cause err is ErrIgnoreNotated or not.
InstallDir installs a Go+ package directory.
InstallFiles installs specified Go+ files.
InstallPkgPath installs a Go+ package.
LoadDir loads Go+ packages from a specified directory.
LoadFiles loads a Go+ package from specified files.
LoadMod loads a Go+ module from a specified directory.
NewDefaultConf creates a dfault configuration for common cases.
NewImporter creates a Go+ Importer.
NotFound returns if cause err is ErrNotFound or not.
No description provided by the author
No description provided by the author
RunDir runs an application from a Go+ package directory.
RunFiles runs an application from specified Go+ files.
RunPkgPath runs an application from a Go+ package.
TestDir tests a Go+ package directory.
TestFiles tests specified Go+ files.
TestPkgPath tests a Go+ package.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Config represents a configuration for loading Go+ packages.
Importer represents a Go+ importer.

# Type aliases

ConfFlags represents configuration flags.
No description provided by the author