Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T09:51:02.000Z (over 4 years ago)
- Last Synced: 2024-06-18T21:44:51.958Z (6 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 14
- 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