1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-04 07:30:18 +00:00
Files
.github
cache
config
context
grace
httplib
logs
metric
migration
orm
pkg
cache
common
config
context
grace
httplib
logs
metric
migration
orm
plugins
session
swagger
testdata
views
Makefile
bindata.go
testing
toolbox
utils
validation
LICENSE
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
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
plugins
scripts
session
swagger
testdata
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/pkg/testdata/Makefile
2020-07-22 22:55:59 +08:00

2 lines
69 B
Makefile

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