mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-09 23:20:26 +03:00
Merge branch 'develop' into future
This commit is contained in:
commit
8f3ab1d83c
@ -1,5 +1,5 @@
|
|||||||
//go:build !mobile
|
//go:build linux || android
|
||||||
// +build !mobile
|
// +build linux android
|
||||||
|
|
||||||
package tun
|
package tun
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
//go:build !linux && !darwin && !windows && !openbsd && !freebsd && !mobile
|
//go:build !linux && !darwin && !ios && !android && !windows && !openbsd && !freebsd && !mobile
|
||||||
// +build !linux,!darwin,!windows,!openbsd,!freebsd,!mobile
|
// +build !linux,!darwin,!ios,!android,!windows,!openbsd,!freebsd,!mobile
|
||||||
|
|
||||||
package tun
|
package tun
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user