mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
11 lines
144 B
Go
11 lines
144 B
Go
package tests
|
|
|
|
//easyjson:json
|
|
type ErrorIntSlice []int
|
|
|
|
//easyjson:json
|
|
type ErrorBoolSlice []bool
|
|
|
|
//easyjson:json
|
|
type ErrorUintSlice []uint
|