Files
easyjson/tests/errors.go
T
2016-12-20 17:49:43 +03:00

11 lines
144 B
Go

package tests
//easyjson:json
type ErrorIntSlice []int
//easyjson:json
type ErrorBoolSlice []bool
//easyjson:json
type ErrorUintSlice []uint