@@ -1,3 +1,9 @@
+// Copyright 2015 The Gogs Authors. All rights reserved.
+// Copyright 2018 Gitote. All rights reserved.
+//
+// This source code is licensed under the MIT license found in the
+// LICENSE file in the root directory of this source tree.
+
package cmd
import (
@@ -1,5 +1,11 @@
// +build cert
// +build !cert
// +build go1.7
/*
_____ _ _ _
package models
package errors
import "errors"
import "fmt"
@@ -14,4 +20,4 @@ func IsTeamNotExist(err error) bool {
func (err TeamNotExist) Error() string {
return fmt.Sprintf("team does not exist [team_id: %d, name: %s]", err.TeamID, err.Name)
-}
+}
// +build sqlite
package models_test
// MailResendCacheKey returns key used for cache mail resend.
package auth
// Package ldap provide functions & structure to query a LDAP ldap directory
// For now, it's mainly tested again an MS Active Directory service, see README.md for more information
package ldap
// +build pam
package pam
// +build !pam
package avatar
package context
package cron
package form
package httplib
package mailer
package markup
package markup_test
package process
// +build miniwinsvc
package setting
package ssh
package sync
package highlight
package template
package tool
// IsSameSiteURLPath returns true if the URL path belongs to the same site, false otherwise.