mirror of
https://github.com/yggdrasil-network/yggdrasil-go
synced 2024-11-13 00:40:24 +03:00
Comment out AWDL (doesn't work in iOS properly) and move out of main package
This commit is contained in:
parent
350b51cabb
commit
90feae6a7d
@ -1,4 +1,5 @@
|
|||||||
package yggdrasil
|
/*
|
||||||
|
package mobile
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
@ -104,3 +105,4 @@ func (a *awdl) shutdown(identity string) error {
|
|||||||
}
|
}
|
||||||
return errors.New("Interface not found or already closed")
|
return errors.New("Interface not found or already closed")
|
||||||
}
|
}
|
||||||
|
*/
|
Loading…
Reference in New Issue
Block a user