mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-07 14:57:24 +02:00
There is the most minimal of tests and so this probably doesn't work well yet. Adding tests is the next job.
8 lines
131 B
Go
8 lines
131 B
Go
package main
|
|
|
|
import (
|
|
_ "github.com/clipperhouse/set"
|
|
_ "github.com/clipperhouse/slice"
|
|
_ "github.com/clipperhouse/stringer"
|
|
)
|