1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
zhsso 2014-04-10 14:20:58 -04:00
parent f3ed11d177
commit a4cbe79567
165 changed files with 18302 additions and 0 deletions

10
modules/base/base.go Normal file
View file

@ -0,0 +1,10 @@
// 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 base
type (
// Type TmplData represents data in the templates.
TmplData map[string]interface{}
)