# view **Repository Path**: lichenxin/view ## Basic Information - **Project Name**: view - **Description**: golang html/template 模版使用 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # view #### 项目介绍 golang html/template 模版使用, 模版加载使用,打包模版文件到可执行文件里面 #### 打包模版文件 // 打包template文件到bin文件里面 // go get -u github.com/shuLhan/go-bindata // go-bindata ./templates/... // go build // ./app // 绑定bindata模版数据 // v.BinData(Asset, AssetNames)