Skip to content

Commit eadba39

Browse files
committed
Fix compilation errors in 3.1.1 on Windows.
1 parent 5546556 commit eadba39

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

transport/ipc/ipc_options.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// +build !windows,!plan9,!js
2-
3-
// Copyright 2019 The Mangos Authors
1+
// Copyright 2020 The Mangos Authors
42
//
53
// Licensed under the Apache License, Version 2.0 (the "License");
64
// you may not use file except in compliance with the License.

transport/ipc/ipc_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// +build !windows,!plan9,!js
22

3-
// Copyright 2019 The Mangos Authors
3+
// Copyright 2020 The Mangos Authors
44
//
55
// Licensed under the Apache License, Version 2.0 (the "License");
66
// you may not use file except in compliance with the License.

0 commit comments

Comments
 (0)