Fix travis build
Hopefully this is all that's needed to make it go green, I'm not set up to test locally.
This commit is contained in:
parent
4824e91d46
commit
0c2fb16214
|
@ -1,7 +1,10 @@
|
|||
// +build android
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"io"
|
||||
"io/ioutil"
|
||||
)
|
||||
|
||||
func (proxy *Proxy) SystemDListeners() (io.Closer, error) {
|
||||
|
|
Loading…
Reference in New Issue