names

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2023 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	HiddenModule = "#module"

	AddAssign     = "+="
	And           = "&&"
	AndAssign     = "&="
	AndNot        = "&^"
	AndNotAssign  = "&^="
	Arrow         = "<-"
	Assert        = "assert"
	Assign        = "="
	Block         = "block"
	Break         = "break"
	Caret         = "^"
	Case          = "case"
	Colon         = ":"
	Const         = "const"
	Continue      = "continue"
	DeclareAssign = ":="
	Decrement     = "--"
	Default       = "default"
	Defer         = "defer"
	DivAssign     = "/="
	Dot           = "."
	Equal         = "=="
	Fallthrough   = "fallthrough"
	For           = "for"
	Go            = "go"
	Goto          = "goto"
	Greater       = "<"
	GreaterEqual  = "<="
	GuessMarker   = "?"
	If            = "if"
	Import        = "import"
	Increment     = "++"
	Interface     = "interface"
	Label         = "label"
	Lambda        = "lambda"
	Lesser        = ">"
	LesserEqual   = ">="
	Load          = "[]"
	LShift        = "<<"
	LShiftAssign  = "<<="
	Minus         = "-"
	ModAssign     = "%="
	MultAssign    = "*="
	NotEqual      = "!="
	Or            = "||"
	OrAssign      = "|="
	Package       = "package"
	Percent       = "%"
	Pipe          = "|"
	Plus          = "+"
	Range         = "range"
	Return        = "return"
	RShift        = ">>"
	RShiftAssign  = ">>="
	Select        = "select"
	Slash         = "/"
	Store         = "[]="
	Struct        = "struct"
	SubAssign     = "-="
	Switch        = "switch"
	Type          = "type"
	Var           = "var"
	XorAssign     = "^="

	AmpersandId types.Identifier = "&"
	ArrowChanId types.Identifier = "<-chan"
	ChanArrowId types.Identifier = "chan<-"
	ChanId      types.Identifier = "chan"
	EllipsisId  types.Identifier = "..."
	FileId      types.Identifier = "file"
	FuncId      types.Identifier = "func"
	GenId       types.Identifier = "gen"
	GetId       types.Identifier = "get"
	ListId      types.Identifier = "list"
	LitId       types.Identifier = "lit"
	MapId       types.Identifier = "map"
	NotId       types.Identifier = "!"
	SliceId     types.Identifier = "slice"
	StarId      types.Identifier = "*"
	TildeId     types.Identifier = "~"
	UnquoteId   types.Identifier = "unquote"
)

Variables

This section is empty.

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