aboutsummaryrefslogtreecommitdiffstats
path: root/tools.go
diff options
context:
space:
mode:
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools.go b/tools.go
deleted file mode 100644
index 66badc0cde..0000000000
--- a/tools.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2019 The Gitea Authors. All rights reserved.
-// Use of this source code is governed by a MIT-style
-// license that can be found in the LICENSE file.
-// +build tools
-
-package tools
-
-import (
- _ "github.com/go-swagger/go-swagger/cmd/swagger"
-)