Change directory structure, move models and utils to root directory

This commit is contained in:
fatedier
2016-02-18 16:56:55 +08:00
parent 30da2a2d15
commit 50165053f8
14 changed files with 76 additions and 67 deletions

View File

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