mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-28 17:02:36 -04: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
|
|
}
|