summaryrefslogtreecommitdiffstats
path: root/main.go
Commit message (Collapse)AuthorAgeFilesLines
* fixed bug #151 finally (#164)Lunny Xiao2016-11-121-2/+1
|
* ask for go get from code.gitea.io/gitea and change gogs to gitea on main ↵Lunny Xiao2016-11-111-4/+5
| | | | file (#146)
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
| | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
* Remove go version from build tags (#133)Matthias Loibl2016-11-101-2/+0
|
* Check unhandled errors (#128)Matthias Loibl2016-11-101-1/+2
|
* Linter doesn't like uppercase variablesThomas Boerger2016-11-041-3/+4
|
* Rename gogs.go to main.goMatthias Loibl2016-11-041-0/+41
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>