我正在尝试从目录加载 html 文件,但收到错误“打开模板:没有这样的文件或目录”
我的目录结构如下
/Users/{username}/go/src/app main.go
/Users/{username}/go/src/app/templates mytemplate.html
错误来自下面的行
template.Must(template.ParseFiles(filepath.Join("templates", "mytemplate.html")))
我是新手,只是想感受一下语法。
编辑 1
我正在使用“go build”命令构建项目并从上面显示的“app”目录中执行它。
$GOROOT = /usr/local/go $GOPATH = /Users/{username}/go
我还更新了目录结构以集成 $GOPATH
LEATH
HUX布斯
相关分类