From d4cd4ed4422be222088dd8535a228b906f43fdc2 Mon Sep 17 00:00:00 2001 From: zeripath Date: Wed, 16 Oct 2019 16:43:44 +0100 Subject: Restrict modules/graceful to non-windows build and shim the IsChild marker (#8537) --- modules/graceful/cleanup.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/graceful/cleanup.go') diff --git a/modules/graceful/cleanup.go b/modules/graceful/cleanup.go index 1de087a999..84355a9a70 100644 --- a/modules/graceful/cleanup.go +++ b/modules/graceful/cleanup.go @@ -1,3 +1,5 @@ +// +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. -- cgit v1.2.3