Fix generate command

This commit is contained in:
wweir
2018-12-16 21:30:57 +08:00
parent 282969b696
commit b1127e8f9e
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"github.com/golang/glog"
)
//go:generate stringer -type=netType
//go:generate stringer -type=netType $GOFILE
type netType int
const (