From 648464b504755ee96187692fbe59acc2eec5bddf Mon Sep 17 00:00:00 2001 From: John Olheiser Date: Tue, 24 Aug 2021 11:47:09 -0500 Subject: Add bundle download for repository (#14538) * Add bundle download Signed-off-by: jolheiser * Fix fmt Signed-off-by: jolheiser * Fix build tags Signed-off-by: jolheiser * Download specific commit Signed-off-by: jolheiser --- modules/graceful/manager_windows.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'modules/graceful/manager_windows.go') diff --git a/modules/graceful/manager_windows.go b/modules/graceful/manager_windows.go index 51f29778ba..e5f5541ed3 100644 --- a/modules/graceful/manager_windows.go +++ b/modules/graceful/manager_windows.go @@ -1,10 +1,11 @@ -// +build windows - // 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. // This code is heavily inspired by the archived gofacebook/gracenet/net.go handler +//go:build windows +// +build windows + package graceful import ( -- cgit v1.2.3