Directories
¶
Path | Synopsis |
---|---|
cmd
|
|
_websocket-stress
ulimit -n 30000
|
ulimit -n 30000 |
errfix
Fix finds Go programs that use old APIs and rewrites them to use newer ones.
|
Fix finds Go programs that use old APIs and rewrites them to use newer ones. |
godef
Godef prints the source location of definitions in Go programs.
|
Godef prints the source location of definitions in Go programs. |
gosym
The gosym command manipulates symbols in Go source code.
|
The gosym command manipulates symbols in Go source code. |
The deepcopy package implements deep copying of arbitrary data structures, making sure that self references and shared pointers are preserved.
|
The deepcopy package implements deep copying of arbitrary data structures, making sure that self references and shared pointers are preserved. |
example
|
|
event
The event package demonstrates use of the callback package to call Go functions from a non-Go-created thread.
|
The event package demonstrates use of the callback package to call Go functions from a non-Go-created thread. |
looper
Looper is an example package demonstrating use of the callback package.
|
Looper is an example package demonstrating use of the callback package. |
go
|
|
printer
Package printer implements printing of AST nodes.
|
Package printer implements printing of AST nodes. |
scanner
Package scanner implements a scanner for Go source text.
|
Package scanner implements a scanner for Go source text. |
sym
The sym package provides a way to iterate over and change the symbols in Go source files.
|
The sym package provides a way to iterate over and change the symbols in Go source files. |
token
This package defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).
|
This package defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates). |
types
Types infers source locations and types from Go expressions.
|
Types infers source locations and types from Go expressions. |
runtime
|
|
debug
Package debug contains facilities for programs to debug themselves while they are running.
|
Package debug contains facilities for programs to debug themselves while they are running. |
Timestamp recording (for debugging).
|
Timestamp recording (for debugging). |
The stringfs package provides a way to recursively encode the data in a directory as a string, and to extract the contents later.
|
The stringfs package provides a way to recursively encode the data in a directory as a string, and to extract the contents later. |
Click to show internal directories.
Click to hide internal directories.