Correct package names

This commit is contained in:
lash 2025-01-12 08:58:12 +00:00
parent a13fea8084
commit 3d01f6c987
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
package utils package hex
import ( import (
"encoding/hex" "encoding/hex"

View File

@ -1,4 +1,4 @@
package utils package lang
var isoCodes = map[string]bool{ var isoCodes = map[string]bool{
"eng": true, // English "eng": true, // English

View File

@ -1,4 +1,4 @@
package utils package pin
import ( import (
"regexp" "regexp"

View File

@ -1,4 +1,4 @@
package utils package pin
import ( import (
"testing" "testing"