Skip to content

Commit

Permalink
add module comments for vgo
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier committed Jun 27, 2018
1 parent c33b515 commit 42ee536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/frpc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cmd/frps/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 42ee536

Please sign in to comment.