Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Unknwon 55ccb00a47 Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop il y a 9 ans
..
gitignore add more gitignores il y a 9 ans
license New UI merge in progress il y a 10 ans
locale Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop il y a 9 ans
README Put default config into binary il y a 9 ans
app.ini fix style and locale name il y a 9 ans

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/...