Преглед на файлове

add module comments for vgo

fatedier преди 6 години
родител
ревизия
42ee536dae
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      cmd/frpc/main.go
  2. 1 1
      cmd/frps/main.go

+ 1 - 1
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"

+ 1 - 1
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"