package utils import ( "testing" . "github.com/smartystreets/goconvey/convey" ) func TestEmpty(t *testing.T) { Convey("Missing tests", t, nil) }