Skip to content

Commit 537a75c

Browse files
committed
fix build tags
1 parent 787ad8d commit 537a75c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/conncheck_dummy.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build windows && appengine
2-
// +build windows,appengine
1+
//go:build windows || appengine
2+
// +build windows appengine
33

44
/*
55
* Copyright © 2020 Hedzr Yeh.

0 commit comments

Comments
 (0)