Christian-health / go-learn

0 stars 0 forks source link

Go代码分析 #16

Open Christian-health opened 5 years ago

Christian-health commented 5 years ago
import (
    "encoding/json"
    "flag"
    "fmt"
    "sync" //上面的这些都是go语言系统库的和beego架构没有任何关系
    "github.com/astaxie/beego/logs"//这行是beego框架中的
          在 /项目名/vendor/github.com/astaxie/beego/logs目录下
)