initial commits
parent
17a2a394f6
commit
60dcbf6cde
|
@ -3,7 +3,7 @@ package hexadecabytes_test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"sourcecode.social/reiver/go-hexadeca/enc/bytes"
|
||||
"sourcecode.social/reiver/go-hexadeca/bytes"
|
||||
)
|
||||
|
||||
func TestEncodeByteUsingLowerCaseSymbols(t *testing.T) {
|
|
@ -3,7 +3,7 @@ package hexadecabytes_test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"sourcecode.social/reiver/go-hexadeca/enc/bytes"
|
||||
"sourcecode.social/reiver/go-hexadeca/bytes"
|
||||
)
|
||||
|
||||
func TestEncodeUint64UsingLowerCaseSymbols(t *testing.T) {
|
|
@ -3,7 +3,7 @@ package hexadecarunes_test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"sourcecode.social/reiver/go-hexadeca/enc/runes"
|
||||
"sourcecode.social/reiver/go-hexadeca/runes"
|
||||
)
|
||||
|
||||
func TestEncodeByteUsingLowerCaseSymbols(t *testing.T) {
|
|
@ -3,7 +3,7 @@ package hexadecarunes_test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"sourcecode.social/reiver/go-hexadeca/enc/runes"
|
||||
"sourcecode.social/reiver/go-hexadeca/runes"
|
||||
)
|
||||
|
||||
func TestEncodeUint64UsingLowerCaseSymbols(t *testing.T) {
|
Loading…
Reference in New Issue