github.com/benma/gogen@v0.0.0-20160826115606-cf49914b915a/unmarshalmap/testpkg/debug_test.go (about)

     1  package testpkg
     2  
     3  import (
     4  	"github.com/ernesto-jimenez/gogen/unmarshalmap/testunmarshalmap"
     5  )
     6  
     7  func init() {
     8  	testunmarshalmap.Debug = true
     9  }