Browse Source

add module comments for vgo

pull/968/head
fatedier 7 years ago
parent
commit
42ee536dae
  1. 2
      cmd/frpc/main.go
  2. 2
      cmd/frps/main.go

2
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"

2
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"

Loading…
Cancel
Save