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:
Will Elwood 2019-10-27 04:53:59 +00:00 committed by Frank Denis
parent 4824e91d46
commit 0c2fb16214
1 changed files with 3 additions and 0 deletions

View File

@ -1,7 +1,10 @@
// +build android
package main
import (
"io"
"io/ioutil"
)
func (proxy *Proxy) SystemDListeners() (io.Closer, error) {