Correct package names
This commit is contained in:
parent
a13fea8084
commit
3d01f6c987
@ -1,4 +1,4 @@
|
||||
package utils
|
||||
package hex
|
||||
|
||||
import (
|
||||
"encoding/hex"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package utils
|
||||
package lang
|
||||
|
||||
var isoCodes = map[string]bool{
|
||||
"eng": true, // English
|
||||
|
@ -1,4 +1,4 @@
|
||||
package utils
|
||||
package pin
|
||||
|
||||
import (
|
||||
"regexp"
|
||||
|
@ -1,4 +1,4 @@
|
||||
package utils
|
||||
package pin
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
Loading…
Reference in New Issue
Block a user