From 0c2fb1621440e718fe83e1acfdcbfe1c691b46b9 Mon Sep 17 00:00:00 2001 From: Will Elwood Date: Sun, 27 Oct 2019 04:53:59 +0000 Subject: [PATCH] Fix travis build Hopefully this is all that's needed to make it go green, I'm not set up to test locally. --- dnscrypt-proxy/systemd_android.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dnscrypt-proxy/systemd_android.go b/dnscrypt-proxy/systemd_android.go index 8baddde2..1c1abaac 100644 --- a/dnscrypt-proxy/systemd_android.go +++ b/dnscrypt-proxy/systemd_android.go @@ -1,7 +1,10 @@ +// +build android + package main import ( "io" + "io/ioutil" ) func (proxy *Proxy) SystemDListeners() (io.Closer, error) {