Files
avo/tests/fixedbugs/issue62/stub.go

6 lines
174 B
Go
Raw Normal View History

// Package issue62 tests for using Implement() with an unexported function.
package issue62
// private serves as an example unexported function to implement.
func private()