xgo/ast/ast.go

6 lines
43 B
Go
Raw Normal View History

2019-01-09 10:17:42 +03:00
package ast
const (
nullRep = "<null>"
)