mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 01:06:45 +00:00
7 lines
97 B
Go
7 lines
97 B
Go
// go:build !linux
|
|
package bind
|
|
|
|
func GetGSOSize(control []byte) (int, error) {
|
|
return 0, nil
|
|
}
|