1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-08 19:47:21 +00:00

Golint fixed for modules/context

This commit is contained in:
Lunny Xiao
2016-11-25 14:51:01 +08:00
parent 6a28909f40
commit faabc76fd6
7 changed files with 20 additions and 3 deletions

View File

@ -8,6 +8,7 @@ import (
"code.gitea.io/gitea/models"
)
// APIOrganization contains organization and team
type APIOrganization struct {
Organization *models.User
Team *models.Team