Add postgres support, clean code, code review
This commit is contained in:
parent
9d3b003add
commit
e51afe4621
19 changed files with 1124 additions and 303 deletions
4
serve.go
4
serve.go
|
@ -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 (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue