go-jsonnet/_gen.go
Joe Beda 142b77c41f Finish up blocking out the parser.
There is the most minimal of tests and so this probably doesn't work well yet.  Adding tests is the next job.
2016-03-01 17:08:35 -08:00

8 lines
131 B
Go

package main
import (
_ "github.com/clipperhouse/set"
_ "github.com/clipperhouse/slice"
_ "github.com/clipperhouse/stringer"
)