diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-17 14:03:58 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-17 14:03:58 -0400 |
commit | e51afe4621cfbc8380994c818981f42a097e3ec5 (patch) | |
tree | 74e26a6c8fa60ab82f9f1e791693cd178adc5a10 /serve.go | |
parent | 9d3b003add6bee6cb23cbac5d32f6fb3d4fd50cb (diff) | |
download | gitea-e51afe4621cfbc8380994c818981f42a097e3ec5.tar.gz gitea-e51afe4621cfbc8380994c818981f42a097e3ec5.zip |
Add postgres support, clean code, code review
Diffstat (limited to 'serve.go')
-rw-r--r-- | serve.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +// Copyright 2014 The Gogs Authors. All rights reserved. +// Use of this source code is governed by a MIT-style +// license that can be found in the LICENSE file. + package main import ( |