lang

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2024 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Builtins = map[string]byte{
	"len":     0,
	"append":  0,
	"delete":  0,
	"make":    0,
	"string":  0,
	"int":     0,
	"uint":    0,
	"uintptr": 0,
	"int8":    0,
	"uint8":   0,
	"int16":   0,
	"uint16":  0,
	"int32":   0,
	"uint32":  0,
	"int64":   0,
	"uint64":  0,
	"float32": 0,
	"float64": 0,
	"new":     0,
	"panic":   0,
	"defer":   0,
	"copy":    0,
	"byte":    0,
	"close":   0,
	"rune":    0,
}
View Source
var StdLib = map[string]byte{
	"archive":       0,
	"arena":         0,
	"bufio":         0,
	"builtin":       0,
	"bytes":         0,
	"cmd":           0,
	"cmp":           0,
	"compress":      0,
	"container":     0,
	"context":       0,
	"crypto":        0,
	"database":      0,
	"database/sql":  0,
	"debug":         0,
	"embed":         0,
	"encoding":      0,
	"encoding/hex":  0,
	"errors":        0,
	"expvars":       0,
	"flag":          0,
	"fmt":           0,
	"go":            0,
	"hash":          0,
	"html":          0,
	"image":         0,
	"index":         0,
	"io":            0,
	"log":           0,
	"maps":          0,
	"math":          0,
	"mime":          0,
	"net":           0,
	"net/netip":     0,
	"os":            0,
	"path":          0,
	"path/filepath": 0,
	"plugin":        0,
	"reflect":       0,
	"regexp":        0,
	"runtime":       0,
	"slices":        0,
	"sort":          0,
	"strconv":       0,
	"strings":       0,
	"sync":          0,
	"sync/atomic":   0,
	"syscall":       0,
	"testing":       0,
	"text":          0,
	"time":          0,
	"unicode":       0,
	"unsafe":        0,
	"net/http":      0,
}

common std lib cd /usr/local/go/src/ && ls -d */ | cut -f1 -d'/'

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL