github.com/mtibben/androiddnsfix@v0.0.0-20200907095054-ff0280446354/README.md (about) 1 # androiddnsfix 2 3 androiddnsfix is a hack around the issues in https://github.com/golang/go/issues/8877 4 5 Credit to https://gist.github.com/cs8425/107e01a0652f1f1f6e033b5b68364b5e 6 7 Import it with 8 9 ```golang 10 import _ "github.com/mtibben/androiddnsfix" 11 ``` 12 13 Any binary built with `go build tags='androiddnsfix'` will have the fix applied