github.com/benma/gogen@v0.0.0-20160826115606-cf49914b915a/exportdefault/_testpkg/exported_default_exported_struct_funcs.go (about) 1 /* 2 * CODE GENERATED AUTOMATICALLY WITH goexportdefault 3 * THIS FILE MUST NOT BE EDITED BY HAND 4 * 5 * Install goexportdefault with: 6 * go get github.com/ernesto-jimenez/gogen/cmd/goexportdefault 7 */ 8 9 package testpkg 10 11 import () 12 13 // EDESMethodVal is a wrapper around ExportedDefaultExportedStruct.MethodVal 14 func EDESMethodVal() { 15 ExportedDefaultExportedStruct.MethodVal() 16 } 17 18 // EDESMethodPtr is a wrapper around ExportedDefaultExportedStruct.MethodPtr 19 func EDESMethodPtr() { 20 ExportedDefaultExportedStruct.MethodPtr() 21 }