Use go fmt before build

This commit is contained in:
fatedier
2016-02-03 18:46:24 +08:00
parent bdcdafd768
commit fa9356936b
12 changed files with 66 additions and 66 deletions

View File

@ -3,7 +3,7 @@ package main
import (
"os"
"sync"
"github.com/fatedier/frp/pkg/utils/log"
)