mirror of
https://github.com/goodhosts/hostsfile.git
synced 2026-04-27 07:25:53 +03:00
[PR #5] [MERGED] Skip BOM #20
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#20
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/5
Author: @luthermonson
Created: 5/24/2020
Status: ✅ Merged
Merged: 5/24/2020
Merged by: @luthermonson
Base:
master← Head:master📝 Commits (2)
6a06bf6add BOM skip41f5cfavendor📊 Changes
10 files changed (+526 additions, -1 deletions)
View changed files
➕
go.mod(+5 -0)➕
go.sum(+2 -0)📝
hosts.go(+2 -1)➕
vendor/github.com/dimchansky/utfbom/.gitignore(+37 -0)➕
vendor/github.com/dimchansky/utfbom/.travis.yml(+18 -0)➕
vendor/github.com/dimchansky/utfbom/LICENSE(+201 -0)➕
vendor/github.com/dimchansky/utfbom/README.md(+66 -0)➕
vendor/github.com/dimchansky/utfbom/go.mod(+1 -0)➕
vendor/github.com/dimchansky/utfbom/utfbom.go(+192 -0)➕
vendor/modules.txt(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.