Justin Nuß 4d702eb345 Allow disabling uploads 10 years ago
..
content 757e4f658c Completely rule out the cgo 11 years ago
etc 7ec3f1b2d8 modify the file path 10 years ago
gitignore ea29a9b846 API fix 11 years ago
license 30618b271a Add admin edit user 11 years ago
README.md ab13a29cb5 Fix #209 10 years ago
app.ini 4d702eb345 Allow disabling uploads 10 years ago
mysql.sql 6ce8fa49ea Add 'IF EXISTS', otherwise an error would show on MySQL that has no 11 years ago
supervisor.ini 96f7af1d70 add supersor sample 11 years ago

README.md

NOTICE

This directory only used for development, and us go-bindata to store in memory for releases.

To apply any change in this directory, install go-bindata, and then execute following command in root of source directory:

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