github.com/benma/gogen@v0.0.0-20160826115606-cf49914b915a/exportdefault/_testpkg/unexported_default_unexported_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 // UDUSMethodVal is a wrapper around unexportedDefaultUnexportedStruct.MethodVal 14 func UDUSMethodVal() { 15 unexportedDefaultUnexportedStruct.MethodVal() 16 } 17 18 // UDUSMethodPtr is a wrapper around unexportedDefaultUnexportedStruct.MethodPtr 19 func UDUSMethodPtr() { 20 unexportedDefaultUnexportedStruct.MethodPtr() 21 }