Merge branch 'develop' into future

This commit is contained in:
Neil Alexander 2023-09-03 13:08:40 +01:00
commit 8f3ab1d83c
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
//go:build !mobile
// +build !mobile
//go:build linux || android
// +build linux android
package tun

View File

@ -1,5 +1,5 @@
//go:build !linux && !darwin && !windows && !openbsd && !freebsd && !mobile
// +build !linux,!darwin,!windows,!openbsd,!freebsd,!mobile
//go:build !linux && !darwin && !ios && !android && !windows && !openbsd && !freebsd && !mobile
// +build !linux,!darwin,!ios,!android,!windows,!openbsd,!freebsd,!mobile
package tun