1
0
mirror of https://github.com/fatedier/frp.git synced 2025-05-01 00:38:31 +00:00

add module comments for vgo

This commit is contained in:
fatedier 2018-06-27 11:46:53 +08:00
parent c33b5152e7
commit 42ee536dae
2 changed files with 2 additions and 2 deletions
cmd

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

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