Skip to content

Commit

Permalink
Upgrade frontend resources and refactor middleware to context
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Aug 5, 2016
1 parent 17dc843 commit 8de2e5c
Show file tree
Hide file tree
Showing 22 changed files with 201 additions and 1,108 deletions.
4 changes: 2 additions & 2 deletions .bra.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[run]
init_cmds = [
["make"],
["./gowalker"]
]
watch_all = true
Expand All @@ -12,7 +13,6 @@ watch_dirs = [
watch_exts = [".go"]
build_delay = 1500
cmds = [
["go", "install"],# redis memcache
["go", "build"],
["make"],
["./gowalker"]
]
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
build:
go install -v
cp '$(GOPATH)/bin/gowalker' .
2 changes: 1 addition & 1 deletion conf/locale/locale_en-US.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app_desc = Online Go API Documentation

home = Home
index = Index
settings = Settings
api_service = API Service
about = About
help = Help
Expand Down
2 changes: 1 addition & 1 deletion conf/locale/locale_zh-CN.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app_desc = Go 语言在线 API 文档

home = 首页
index = 索引
settings = 个人设置
api_service = API 服务
about = 关于
help = 帮助
Expand Down
Loading

0 comments on commit 8de2e5c

Please sign in to comment.