mirror of
https://github.com/goodhosts/hostsfile.git
synced 2026-04-27 07:25:53 +03:00
[PR #20] [CLOSED] Implement AddHostPerLine function #30
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hostsfile#30
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/goodhosts/hostsfile/pull/20
Author: @praveenkumar
Created: 9/10/2021
Status: ❌ Closed
Base:
master← Head:add_host_perline📝 Commits (1)
fef55a4Implement AddHostPerLine function📊 Changes
2 files changed (+34 additions, -0 deletions)
View changed files
📝
hosts.go(+17 -0)📝
hosts_test.go(+17 -0)📄 Description
This will try to solve the issue which windows user
is having where they can't have more than 9 hosts for single
IP.
This patch will not break existing Add function so the consumer
of this library have a way to consume either of this function as
per need.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.