mirror of
https://github.com/goodhosts/hostsfile.git
synced 2026-04-27 07:25:53 +03:00
[PR #43] [MERGED] Fixing Position Index Panics and Repo Cleanup #48
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#48
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/43
Author: @luthermonson
Created: 9/29/2023
Status: ✅ Merged
Merged: 9/30/2023
Merged by: @luthermonson
Base:
main← Head:misc-bugfixes📝 Commits (7)
bfb2ee3go1.21, removed vendor, fixed position bugs in Clear and HostsPerLine87e3840remove backtics from docsbb00eddMerge branch 'main' into misc-bugfixes098bb83adding reindexer7c6c672Merge branch 'misc-bugfixes' of github.com:luthermonson/hostsfile into misc-bugfixesb956c3cswitching to ubuntu latest runners21f1491updating golangci-lint📊 Changes
97 files changed (+209 additions, -27078 deletions)
View changed files
📝
.github/workflows/ci.yml(+2 -2)📝
go.mod(+1 -1)📝
hosts.go(+94 -56)📝
hosts_test.go(+111 -3)📝
hostsline.go(+1 -1)➖
vendor/github.com/asaskevich/govalidator/.gitignore(+0 -15)➖
vendor/github.com/asaskevich/govalidator/.travis.yml(+0 -12)➖
vendor/github.com/asaskevich/govalidator/CODE_OF_CONDUCT.md(+0 -43)➖
vendor/github.com/asaskevich/govalidator/CONTRIBUTING.md(+0 -63)➖
vendor/github.com/asaskevich/govalidator/LICENSE(+0 -21)➖
vendor/github.com/asaskevich/govalidator/README.md(+0 -622)➖
vendor/github.com/asaskevich/govalidator/arrays.go(+0 -87)➖
vendor/github.com/asaskevich/govalidator/converter.go(+0 -81)➖
vendor/github.com/asaskevich/govalidator/doc.go(+0 -3)➖
vendor/github.com/asaskevich/govalidator/error.go(+0 -47)➖
vendor/github.com/asaskevich/govalidator/numerics.go(+0 -100)➖
vendor/github.com/asaskevich/govalidator/patterns.go(+0 -113)➖
vendor/github.com/asaskevich/govalidator/types.go(+0 -656)➖
vendor/github.com/asaskevich/govalidator/utils.go(+0 -270)➖
vendor/github.com/asaskevich/govalidator/validator.go(+0 -1769)...and 77 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.