您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Unknwon 55ccb00a47 Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop 9 年前
..
gitignore add more gitignores 9 年前
license New UI merge in progress 10 年前
locale Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop 9 年前
README Put default config into binary 9 年前
app.ini fix style and locale name 9 年前

README

Execute following command in ROOT directory when anything is changed:

$ go-bindata -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README" -pkg=bindata conf/...

Add -debug flag to make life easier in development(somehow isn't working):

$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README" -pkg=bindata conf/...