6 lines
174 B
Go
6 lines
174 B
Go
// Package issue62 tests for using Implement() with an unexported function.
|
|
package issue62
|
|
|
|
// private serves as an example unexported function to implement.
|
|
func private()
|