Added missing test package for empty interface mocking

This commit is contained in:
Frederik Vosberg 2017-08-02 22:56:53 +02:00
parent d17151fc4e
commit a2671b9bfc

View File

@ -0,0 +1,4 @@
package emptyinterface
// Empty is an empty interface
type Empty interface{}