From 42ee536dae2ace3d423de6c5262819b71e82312c Mon Sep 17 00:00:00 2001 From: fatedier Date: Wed, 27 Jun 2018 11:46:53 +0800 Subject: [PATCH] add module comments for vgo --- cmd/frpc/main.go | 2 +- cmd/frps/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/frpc/main.go b/cmd/frpc/main.go index 215325d..3c6f8e6 100644 --- a/cmd/frpc/main.go +++ b/cmd/frpc/main.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package main +package main // "github.com/fatedier/frp/cmd/frpc" import ( "github.com/fatedier/frp/cmd/frpc/sub" diff --git a/cmd/frps/main.go b/cmd/frps/main.go index 4e235ac..34f90d1 100644 --- a/cmd/frps/main.go +++ b/cmd/frps/main.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -package main +package main // "github.com/fatedier/frp/cmd/frps" import ( "github.com/fatedier/golib/crypto"