committed by
GitHub
parent
9eb409b935
commit
3cfe40e76c
5
tests/fixedbugs/issue62/stub.go
Normal file
5
tests/fixedbugs/issue62/stub.go
Normal file
@@ -0,0 +1,5 @@
|
||||
// Package issue62 tests for using Implement() with an unexported function.
|
||||
package issue62
|
||||
|
||||
// private serves as an example unexported function to implement.
|
||||
func private()
|
||||
Reference in New Issue
Block a user