mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 13:47:39 +03:00
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 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
|||
// +build android
|
||||
|
||||
package main
|
||||
|
||||
import (
|
||||
"io"
|
||||
"io/ioutil"
|
||||
)
|
||||
|
||||
func (proxy *Proxy) SystemDListeners() (io.Closer, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue