Documentation
¶
Overview ¶
Code generated by scripts/generate_go_stdlibs.sh; DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GoStdLibs = map[string]bool{}/* 304 elements not displayed */
GoStdLibPkgs is a map of all Go standard library packages
Functions ¶
func GetFirstNonEmptyString ¶
GetFirstNonEmptyString returns the first non-empty string from the given list of strings. eg. for GetFirstNonEmptyString("", "", "foo", "bar"), it returns "foo"
func ResolveImportContents ¶
func ResolveImportContents(importNode *ast.ImportNode, language core.Language) (importContents, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.