File tree 8 files changed +25
-0
lines changed 8 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ // +build !windows
2
+
1
3
// Copyright 2019 The Gitea Authors. All rights reserved.
2
4
// Use of this source code is governed by a MIT-style
3
5
// license that can be found in the LICENSE file.
Original file line number Diff line number Diff line change
1
+ // +build windows
2
+
3
+ // Copyright 2019 The Gitea Authors. All rights reserved.
4
+ // Use of this source code is governed by a MIT-style
5
+ // license that can be found in the LICENSE file.
6
+ // This code is heavily inspired by the archived gofacebook/gracenet/net.go handler
7
+
8
+ package graceful
9
+
10
+ // This file contains shims for windows builds
11
+ const IsChild = false
Original file line number Diff line number Diff line change
1
+ // +build !windows
2
+
1
3
// Copyright 2019 The Gitea Authors. All rights reserved.
2
4
// Use of this source code is governed by a MIT-style
3
5
// license that can be found in the LICENSE file.
Original file line number Diff line number Diff line change
1
+ // +build !windows
2
+
1
3
// Copyright 2019 The Gitea Authors. All rights reserved.
2
4
// Use of this source code is governed by a MIT-style
3
5
// license that can be found in the LICENSE file.
Original file line number Diff line number Diff line change
1
+ // +build !windows
2
+
1
3
// Copyright 2019 The Gitea Authors. All rights reserved.
2
4
// Use of this source code is governed by a MIT-style
3
5
// license that can be found in the LICENSE file.
Original file line number Diff line number Diff line change
1
+ // +build !windows
2
+
1
3
// Copyright 2019 The Gitea Authors. All rights reserved.
2
4
// Use of this source code is governed by a MIT-style
3
5
// license that can be found in the LICENSE file.
Original file line number Diff line number Diff line change
1
+ // +build !windows
2
+
1
3
// Copyright 2019 The Gitea Authors. All rights reserved.
2
4
// Use of this source code is governed by a MIT-style
3
5
// license that can be found in the LICENSE file.
Original file line number Diff line number Diff line change
1
+ // +build !windows
2
+
1
3
// Copyright 2019 The Gitea Authors. All rights reserved.
2
4
// Use of this source code is governed by a MIT-style
3
5
// license that can be found in the LICENSE file.
You can’t perform that action at this time.
0 commit comments