Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Packages is a where all the packages are stored so they can be imported when wanted Packages = make(map[string]map[string]interface{}, 16) // PackageTypes is a where all the package types are stored so they can be imported when wanted PackageTypes = make(map[string]map[string]interface{}, 4) )
Functions ¶
func DefineImport ¶
DefineImport defines the vm import command that will import packages and package types when wanted
Types ¶
type SortFuncsStruct ¶
type SortFuncsStruct struct { LenFunc func() int LessFunc func(i, j int) bool SwapFunc func(i, j int) }
SortFuncsStruct provides functions to be used with Sort
func (SortFuncsStruct) Len ¶
func (s SortFuncsStruct) Len() int
func (SortFuncsStruct) Less ¶
func (s SortFuncsStruct) Less(i, j int) bool
func (SortFuncsStruct) Swap ¶
func (s SortFuncsStruct) Swap(i, j int)
Source Files ¶
- bytes.go
- bytesGo17.go
- encoding.json.go
- errors.go
- flag.go
- fmt.go
- io.go
- io.ioutil.go
- log.go
- math.big.go
- math.go
- math.rand.go
- net.go
- net.http.cookiejar.go
- net.http.go
- net.url.go
- os.exec.go
- os.go
- os.signal.go
- osNotAppEngine.go
- packages.go
- path.filepath.go
- path.go
- regexp.go
- runtime.go
- sort.go
- sortGo18.go
- strconv.go
- strings.go
- sync.go
- syncGo19.go
- time.go
- timeGo110.go
- timeGo18.go
Click to show internal directories.
Click to hide internal directories.