1
1
mirror of https://github.com/go-gitea/gitea synced 2025-09-28 03:28:13 +00:00

better escape char handle

This commit is contained in:
Unknwon
2015-11-20 01:18:50 -05:00
parent 3d14e73fd8
commit 902b578465
3 changed files with 14 additions and 15 deletions

View File

@@ -13,7 +13,6 @@ watch_dirs = [
watch_exts = [".go"]
build_delay = 1500
cmds = [
["go", "install"],
["go", "install", "-race"], # sqlite redis memcache cert pam tidb
["go", "build", "-race"],
["./gogs", "web"]