// You can edit this code!
// Click here and start typing.
package main

import "fmt"

func main() {
fmt.Println("Hello, 世界")
}


AST

root
:
{
@type
:
"ast.File"
Doc
:
{
@type
:
"ast.CommentGroup"
List
:
[
0
:
{
@type
:
"ast.Comment"
Slash
:
{
@type
:
"token.Position"
Filename
:
"main.go"
Offset
:
0
Line
:
1
Column
:
1
}
Text
:
"// You can edit this code!"
}
1
:
{
@type
:
"ast.Comment"
Slash
:
{
@type
:
"token.Position"
Filename
:
"main.go"
Offset
:
27
Line
:
2
Column
:
1
}
Text
:
"// Click here and start typing."
}
]
}
Package
:
{
@type
:
"token.Position"
Filename
:
"main.go"
Offset
:
59
Line
:
3
Column
:
1
}
Name
:
{
@type
:
"ast.Ident"
NamePos
:
{
@type
:
"token.Position"
Filename
:
"main.go"
Offset
:
67
Line
:
3
Column
:
9
}
Name
:
"main"
Obj
:
NULL
}
Decls
:
[
0
:
{
@type
:
"ast.GenDecl"
@pos
:
{
@type
:
"map[string]token.Position"
@len
:
2
start
:
{
@type
:
"token.Position"
Filename
:
"main.go"
Offset
:
73
Line
:
5
Column
:
1
}
end
:
{
@type
:
"token.Position"
Filename
:
"main.go"
Offset
:
85
Line
:
5
Column
:
13
}
}
Doc
:
NULL
TokPos
:
{
@type
:
"token.Position"
Filename
:
"main.go"
Offset
:
73
Line
:
5
Column
:
1
}
Tok
:
"import"
Lparen
:
{
@type
:
"token.Position"
Filename
:
""
Offset
:
0
Line
:
0
Column
:
0
}
Specs
:
[
0
:
{
@type
:
"ast.ImportSpec"
@pos
:
{
}
Doc
:
NULL
Name
:
NULL
Path
:
{
}
Comment
:
NULL
EndPos
:
{
}
}
]
Rparen
:
{
@type
:
"token.Position"
Filename
:
""
Offset
:
0
Line
:
0
Column
:
0
}
}
1
:
{
@type
:
"ast.FuncDecl"
@pos
:
{
@type
:
"map[string]token.Position"
@len
:
2
start
:
{
@type
:
"token.Position"
Filename
:
"main.go"
Offset
:
87
Line
:
7
Column
:
1
}
end
:
{
@type
:
"token.Position"
Filename
:
"main.go"
Offset
:
132
Line
:
9
Column
:
2
}
}
Doc
:
NULL
Recv
:
NULL
Name
:
{
@type
:
"ast.Ident"
NamePos
:
{
@type
:
"token.Position"
Filename
:
"main.go"
Offset
:
92
Line
:
7
Column
:
6
}
Name
:
"main"
Obj
:
{
@type
:
"ast.Object"
Kind
:
"func"
Name
:
"main"
Decl
:
{
}
Data
:
NULL
Type
:
NULL
}
}
Type
:
{
@type
:
"ast.FuncType"
Func
:
{
@type
:
"token.Position"
Filename
:
"main.go"
Offset
:
87
Line
:
7
Column
:
1
}
TypeParams
:
NULL
Params
:
{
@type
:
"ast.FieldList"
Opening
:
{
}
List
:
NULL
Closing
:
{
}
}
Results
:
NULL
}
Body
:
{
@type
:
"ast.BlockStmt"
Lbrace
:
{
@type
:
"token.Position"
Filename
:
"main.go"
Offset
:
99
Line
:
7
Column
:
13
}
List
:
[
0
:
{
}
]
Rbrace
:
{
@type
:
"token.Position"
Filename
:
"main.go"
Offset
:
131
Line
:
9
Column
:
1
}
}
}
]
Scope
:
{
@type
:
"ast.Scope"
Outer
:
NULL
Objects
:
{
@type
:
"map[string]*ast.Object"
@len
:
1
main
:
{
@type
:
"RecursivePtr"
@targetType
:
"ast.Object"
@path
:
"/Decls/1/Name/Obj"
}
}
}
Imports
:
[
0
:
{
@type
:
"RecursivePtr"
@targetType
:
"ast.ImportSpec"
@path
:
"/Decls/0/Specs/0"
}
]
Unresolved
:
[
0
:
{
@type
:
"RecursivePtr"
@targetType
:
"ast.Ident"
@path
:
"/Decls/1/Body/List/0/X/Fun/X"
}
]
Comments
:
[
0
:
{
@type
:
"RecursivePtr"
@targetType
:
"ast.CommentGroup"
@path
:
"/Doc"
}
]
}