2
0
Wade Simmons 1 жил өмнө
parent
commit
6606124bf9

+ 2 - 2
udp/udp_raw_unsupported.go

@@ -1,5 +1,5 @@
-//go:build !linux || android
-// +build !linux android
+//go:build !linux || android || e2e_testing
+// +build !linux android e2e_testing
 
 package udp