mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-09 07:47:12 +02:00
Export all fields in struct types in the "ast" package to allow generating program source to reconstruct their complete values in a separate package.
4 lines
46 B
Go
4 lines
46 B
Go
package ast
|
|
|
|
var StdAst Node = &LiteralNull{}
|