fixed #3 - correct type names

This commit is contained in:
Mat Ryer
2016-09-21 21:39:26 +01:00
parent 86b99f5859
commit 37723c8bd4
3 changed files with 101 additions and 24 deletions

12
main.go
View File

@@ -1,11 +1,9 @@
package main
import (
"github.com/matryer/moq/package/moq"
)
func main() {
m := moq.New()
// var (
// )
// out := os.Stdout
// m := moq.New(".")
// m.Mock(out, os.Args...)
}