mirror of
https://github.com/goodhosts/hostsfile.git
synced 2026-04-27 07:25:53 +03:00
[PR #46] [MERGED] Maintain Comments Better #50
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#50
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/46
Author: @luthermonson
Created: 10/3/2023
Status: ✅ Merged
Merged: 10/3/2023
Merged by: @luthermonson
Base:
main← Head:mamp📝 Commits (3)
4c9e410additional testsbfa1e36moved more functionality to lookups, refactored to preserve comments in the clean process560efedmoving to mage📊 Changes
18 files changed (+632 additions, -246 deletions)
View changed files
📝
.github/workflows/ci.yml(+12 -15)📝
.gitignore(+2 -1)➖
Makefile(+0 -5)➕
build.go(+6 -0)➕
coverage.txt(+213 -0)📝
go.mod(+6 -5)📝
go.sum(+14 -16)📝
hosts.go(+148 -162)📝
hosts_test.go(+76 -8)📝
hostsline.go(+4 -4)➕
lookup.go(+42 -0)➕
lookup_test.go(+15 -0)➕
mage/install/install.go(+27 -0)➕
mage/test/test.go(+25 -0)➕
magefile.go(+35 -0)➖
make.bat(+0 -27)📝
os.go(+3 -2)📝
os_windows.go(+4 -1)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.