go-jsonnet/ast/stdast.go
Steve Harris 7a5297a884 Dump standard library into "astgen" package
Export all fields in struct types in the "ast" package to allow
generating program source to reconstruct their complete values in a
separate package.
2019-06-15 01:34:11 +02:00

4 lines
46 B
Go

package ast
var StdAst Node = &LiteralNull{}