github.com/benma/gogen@v0.0.0-20160826115606-cf49914b915a/unmarshalmap/testpkg/simple_struct_unmarshalmap_test.go (about) 1 /* 2 * CODE GENERATED AUTOMATICALLY WITH github.com/ernesto-jimenez/gogen/unmarshalmap 3 * THIS FILE SHOULD NOT BE EDITED BY HAND 4 */ 5 6 package testpkg 7 8 import ( 9 test "github.com/ernesto-jimenez/gogen/unmarshalmap/testunmarshalmap" 10 "testing" 11 ) 12 13 func TestSimpleStructUnmarshalMap(t *testing.T) { 14 test.Run(t, &SimpleStruct{}) 15 }