Skip to content

Commit cdf4ad0

Browse files
monkeyWiemattn
authored andcommitted
test
1 parent 5e4bde1 commit cdf4ad0

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

ieproxy_darwin.go

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
//go:build !ios && !iossimulator
2+
// +build !ios,!iossimulator
3+
14
package ieproxy
25

36
/*

ieproxy_ios.go

-12
This file was deleted.

ieproxy_unix.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
//go:build !windows && (!darwin || !cgo) && !ios
1+
//go:build !windows && (!darwin || !cgo)
22
// +build !windows
33
// +build !darwin !cgo
4-
// +build !ios
54

65
package ieproxy
76

0 commit comments

Comments
 (0)