Files

6 lines
174 B
Go
Raw Permalink 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()