From b1127e8f9e771e6f794160f98baf89c7cdaff670 Mon Sep 17 00:00:00 2001 From: wweir Date: Sun, 16 Dec 2018 21:30:57 +0800 Subject: [PATCH] Fix generate command --- proxy/util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/util.go b/proxy/util.go index 3cc389d..4087785 100644 --- a/proxy/util.go +++ b/proxy/util.go @@ -10,7 +10,7 @@ import ( "github.com/golang/glog" ) -//go:generate stringer -type=netType +//go:generate stringer -type=netType $GOFILE type netType int const (