# README
Unexported Method
From #52, this tests an unexported method in the mocked interface.
# Functions
CallExample is a simple function that uses the interface.
NewMockExample creates a new mock instance.
# Structs
MockExample is a mock of Example interface.
MockExampleMockRecorder is the mock recorder for MockExample.
# Interfaces
Example is an interface with a non exported method.