# go-static-web-bin **Repository Path**: lichenxin/go-static-web-bin ## Basic Information - **Project Name**: go-static-web-bin - **Description**: Golang 打包静态资源web服务使用 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-03-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### Golang 打包静态资源 ``` // 打包public文件到bin文件里面 // go get -u github.com/shuLhan/go-bindata // go-bindata -o=data/data.go -pkg=data public/... // go build ```