mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-08 07:17:12 +02:00
6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo 'package ast' > ast/stdast.go
|
|
echo 'var StdAst = &LiteralNull{}' >> ast/stdast.go
|
|
|