github.com/benma/gogen@v0.0.0-20160826115606-cf49914b915a/unmarshalmap/testpkg/array_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 TestArrayUnmarshalMap(t *testing.T) {
    14  	test.Run(t, &Array{})
    15  }