Merge branch 'master' of github.com:jedisct1/dnscrypt-proxy

* 'master' of github.com:jedisct1/dnscrypt-proxy:
  Fix travis build
This commit is contained in:
Frank Denis 2019-10-27 23:36:42 +01:00
commit fe3b8b6321
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) {