Fix non-linux

This commit is contained in:
Viktor Liu
2024-10-30 17:43:20 +01:00
parent 356654756c
commit 1219027ad1
3 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
package bind
func GetGSOSize(control []byte) (int, error) {
return wgConn.GetGSOSize(control)
}