diff options
Diffstat (limited to 'models')
-rw-r--r-- | models/models.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/models/models.go b/models/models.go new file mode 100644 index 0000000000..20fc0eb096 --- /dev/null +++ b/models/models.go @@ -0,0 +1,5 @@ +// 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 models |