[PR #5] [MERGED] Skip BOM #20

Closed
opened 2026-03-02 05:08:12 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/goodhosts/hostsfile/pull/5 **Author:** [@luthermonson](https://github.com/luthermonson) **Created:** 5/24/2020 **Status:** ✅ Merged **Merged:** 5/24/2020 **Merged by:** [@luthermonson](https://github.com/luthermonson) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`6a06bf6`](https://github.com/goodhosts/hostsfile/commit/6a06bf694a72d76cee99ce4c0e630f44ccda125e) add BOM skip - [`41f5cfa`](https://github.com/goodhosts/hostsfile/commit/41f5cfa12a16f19017bef6955e5df75edb47ea45) vendor ### 📊 Changes **10 files changed** (+526 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:08:12 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hostsfile#20
No description provided.