1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-28 00:00:19 +00:00
Files
.github
cache
config
context
grace
httplib
logs
metric
migration
orm
pkg
plugins
scripts
session
swagger
test
views
Makefile
bindata.go
testing
toolbox
utils
validation
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE
README.md
admin.go
admin_test.go
adminui.go
app.go
beego.go
build_info.go
config.go
config_test.go
controller.go
controller_test.go
doc.go
error.go
error_test.go
filter.go
filter_test.go
flash.go
flash_test.go
fs.go
go.mod
go.sum
hooks.go
mime.go
namespace.go
namespace_test.go
parser.go
policy.go
router.go
router_test.go
staticfile.go
staticfile_test.go
template.go
template_test.go
templatefunc.go
templatefunc_test.go
tree.go
tree_test.go
unregroute_test.go
Beego/test/Makefile
Ming Deng 261b704d8b Fix UT
2020-08-05 07:25:34 +00:00

2 lines
69 B
Makefile

build_view:
$(GOPATH)/bin/go-bindata-assetfs -pkg testdata views/...