Thanks to visit codestin.com
Credit goes to go-zh.org

...
运行 格式化

Directory /src/go

子目录

名称      摘要
..
ast      Package ast declares the types used to represent syntax trees for Go packages.
build      Package build gathers information about Go packages.
doc      Package doc extracts source code documentation from a Go AST.
format      Package format implements standard formatting of Go source.
parser      Package parser implements a parser for Go source files.
printer      Package printer implements printing of AST nodes.
scanner      Package scanner implements a scanner for Go source text.
token      Package token defines constants representing the lexical tokens of the Go programming language and basic operations on tokens (printing, predicates).