mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-10 02:50:27 +00: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 (
|
||||
"errors"
|
||||
@ -104,3 +105,4 @@ func (a *awdl) shutdown(identity string) error {
|
||||
}
|
||||
return errors.New("Interface not found or already closed")
|
||||
}
|
||||
*/
|
Loading…
Reference in New Issue
Block a user