https://github.com/ermos/hostsfile
Go package for working with the hosts file
https://github.com/ermos/hostsfile
etc-hosts go go-package golang hostsfile
Last synced: 10 months ago
JSON representation
Go package for working with the hosts file
- Host: GitHub
- URL: https://github.com/ermos/hostsfile
- Owner: ermos
- License: mit
- Created: 2023-11-11T12:09:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T13:39:36.000Z (over 2 years ago)
- Last Synced: 2025-05-21T09:12:03.142Z (about 1 year ago)
- Topics: etc-hosts, go, go-package, golang, hostsfile
- Language: Go
- Homepage: https://pkg.go.dev/github.com/ermos/hostsfile
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hostsfile
> Go package for working with the hosts file
[](https://pkg.go.dev/github.com/ermos/hostsfile)
[](https://github.com/ermos/hostsfile/tags)
[](https://goreportcard.com/report/github.com/ermos/hostsfile)
[](https://codeclimate.com/github/ermos/hostsfile/maintainability)
[](https://codecov.io/github/ermos/hostsfile)
## 🛠️ Installation
To use `hostsfile` in your Go project, you need to have Go installed on your system.
Once you have Go installed, you can use the following command to install the package:
```go
go get -u github.com/ermos/hostsfile
```
## 🤝 Contributing
Contributions to `hostsfile` are always welcome!
If you find a bug or have a feature request, please open an issue on GitHub.
If you want to contribute code, please fork the repository and submit a pull request.