From 2e819a360c3ef49c2dc69fe2d1521ea823330a1f Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Thu, 20 Feb 2020 16:33:03 +0800 Subject: build: rename build tag miniwinsvc -> minwinsvc This was in fact a typo. --- internal/setting/miniwinsvc.go | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 internal/setting/miniwinsvc.go (limited to 'internal/setting/miniwinsvc.go') diff --git a/internal/setting/miniwinsvc.go b/internal/setting/miniwinsvc.go deleted file mode 100644 index a7c6890d..00000000 --- a/internal/setting/miniwinsvc.go +++ /dev/null @@ -1,15 +0,0 @@ -// +build miniwinsvc - -// Copyright 2015 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 setting - -import ( - _ "github.com/gogs/minwinsvc" -) - -func init() { - SupportMiniWinService = true -} -- cgit v1.2.3