利用Go语言初步搭建一个web应用的教程

2020-01-28 11:39:45王振洲

    func CloseLogFile() {
      outFile.Close()
    }

使用方法:

    utility.Logger.Println("Log test")