diff options
Diffstat (limited to 'modules/migrations/base/label.go')
-rw-r--r-- | modules/migrations/base/label.go | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/modules/migrations/base/label.go b/modules/migrations/base/label.go deleted file mode 100644 index 5a66e7620f..0000000000 --- a/modules/migrations/base/label.go +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright 2019 The Gitea Authors. All rights reserved. -// Copyright 2018 Jonas Franz. 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 - -// Label defines a standard label information -type Label struct { - Name string - Color string - Description string -} |