moq/main.go
2016-08-29 13:00:18 +01:00

12 lines
98 B
Go

package main
import (
"github.com/matryer/moq/package/moq"
)
func main() {
m := moq.New()
}