We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2add754 + 0c2fb16 commit fe3b8b6Copy full SHA for fe3b8b6
1 file changed
dnscrypt-proxy/systemd_android.go
@@ -1,7 +1,10 @@
1
+// +build android
2
+
3
package main
4
5
import (
6
"io"
7
+ "io/ioutil"
8
)
9
10
func (proxy *Proxy) SystemDListeners() (io.Closer, error) {
0 commit comments