refactor: change package name to match the fork URL and update the README with a notice and install command

This commit is contained in:
Josip Tišljar Mataušić
2026-07-24 00:51:13 +02:00
parent c414b552b3
commit 157c8bf5fc
7 changed files with 18 additions and 7 deletions
+11
View File
@@ -1,3 +1,14 @@
> **NOTE**
>
> This is a fork of [github.com/dhowden/tag](https://github.com/dhowden/tag)
> exposing some lower level functions publicly.
## Install
```shell
go get git.radioz.org/pisoj/dhowden-tag
```
# MP3/MP4/OGG/FLAC metadata parsing library
[![GoDoc](https://pkg.go.dev/badge/github.com/dhowden/tag)](https://pkg.go.dev/github.com/dhowden/tag)
+1 -1
View File
@@ -16,8 +16,8 @@ import (
"path/filepath"
"strings"
tag "git.radioz.org/pisoj/dhowden-tag"
"github.com/dhowden/itl"
"github.com/dhowden/tag"
)
func decodeLocation(l string) (string, error) {
+1 -1
View File
@@ -12,7 +12,7 @@ import (
"fmt"
"os"
"github.com/dhowden/tag"
tag "git.radioz.org/pisoj/dhowden-tag"
)
func main() {
+2 -2
View File
@@ -13,8 +13,8 @@ import (
"fmt"
"os"
"github.com/dhowden/tag"
"github.com/dhowden/tag/mbz"
tag "git.radioz.org/pisoj/dhowden-tag"
"git.radioz.org/pisoj/dhowden-tag/mbz"
)
var usage = func() {
+1 -1
View File
@@ -1,4 +1,4 @@
module github.com/dhowden/tag
module git.radioz.org/pisoj/dhowden-tag
go 1.20
+1 -1
View File
@@ -8,7 +8,7 @@ import (
"bytes"
"testing"
"github.com/dhowden/tag/internal/id3v1_test"
"git.radioz.org/pisoj/dhowden-tag/internal/id3v1_test"
)
//go:generate go-bindata -o internal/id3v1_test/id3v1_testdata.go -pkg id3v1_test -ignore .txt -ignore .go internal/id3v1_test
+1 -1
View File
@@ -5,7 +5,7 @@ package mbz
import (
"strings"
"github.com/dhowden/tag"
tag "git.radioz.org/pisoj/dhowden-tag"
)
// Supported MusicBrainz tag names.