forked from forgejo/forgejo
fix
This commit is contained in:
parent
f3ed11d177
commit
a4cbe79567
165 changed files with 18302 additions and 0 deletions
10
modules/base/base.go
Normal file
10
modules/base/base.go
Normal 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{}
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue