early commit for moq command

This commit is contained in:
Mat Ryer
2016-08-29 13:00:18 +01:00
parent 757a93b481
commit 6a2af83edc
5 changed files with 235 additions and 0 deletions

11
main.go Normal file
View File

@@ -0,0 +1,11 @@
package main
import (
"github.com/matryer/moq/package/moq"
)
func main() {
m := moq.New()
}