duanan2732 2016-03-29 02:55
浏览 132
已采纳

template.ParseFiles问题

I have the following http.Handle function (simplified):

func loginHandler(w http.ResponseWriter, r *http.Request) {

        cwd, _ := os.Getwd()
        t, err := template.ParseFiles(filepath.Join(cwd, "./views/login.html"))

        if err != nil {
            fmt.Fprintf(w, "503 - Error")
            fmt.Println(err)
        } else {
            t.Execute(w, nil)
        }

}

It works as intended when using go build main.go, however - after running go install, I get an error that it can't find the file (as it is now compiled to /bin/<appname> (where there is no views folder). Apart from adding a views folder to the /bin directory or hardcoding the path, how can I get the template.ParseFiles() to find the correct path?

Is there some standard method to include 'static' resources to be used for the comiled program?

  • 写回答

1条回答 默认 最新

  • dongxi6897 2016-03-29 04:12
    关注

    There is no standard method to include static resources for a compiled program; however one common convention is to store configuration in environment variables.

    For example, when running your app, put the expected environment variable in the environment:

    $> TEMPLATE_VIEWS=/var/local/app/views myapp
    

    And in your code you would find the folder:

    func loginHandler(w http.ResponseWriter, r *http.Request) {
        t, err := template.ParseFiles(filepath.Join(os.Getenv("TEMPLATE_VIEWS"), "login.html"))
        if err != nil {
            fmt.Fprintf(w, "503 - Error")
            fmt.Println(err)
        } else {
            t.Execute(w, nil)
        }
    }
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 phython如何实现以下功能?查找同一用户名的消费金额合并—
  • ¥15 孟德尔随机化怎样画共定位分析图
  • ¥18 模拟电路问题解答有偿速度
  • ¥15 CST仿真别人的模型结果仿真结果S参数完全不对
  • ¥15 误删注册表文件致win10无法开启
  • ¥15 请问在阿里云服务器中怎么利用数据库制作网站
  • ¥60 ESP32怎么烧录自启动程序
  • ¥50 html2canvas超出滚动条不显示
  • ¥15 java业务性能问题求解(sql,业务设计相关)
  • ¥15 52810 尾椎c三个a 写蓝牙地址