https://github.com/mtibben/androiddnsfix
androiddnsfix is a hack around the issues in https://github.com/golang/go/issues/8877
https://github.com/mtibben/androiddnsfix
Last synced: 4 months ago
JSON representation
androiddnsfix is a hack around the issues in https://github.com/golang/go/issues/8877
- Host: GitHub
- URL: https://github.com/mtibben/androiddnsfix
- Owner: mtibben
- License: mit
- Created: 2020-09-03T09:54:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T09:51:02.000Z (almost 6 years ago)
- Last Synced: 2025-10-01T05:31:17.805Z (9 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 15
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# androiddnsfix
androiddnsfix is a hack around the issues in https://github.com/golang/go/issues/8877
Credit to https://gist.github.com/cs8425/107e01a0652f1f1f6e033b5b68364b5e
Import it with
```golang
import _ "github.com/mtibben/androiddnsfix"
```
Any binary built with `go build tags='androiddnsfix'` will have the fix applied