File tree Expand file tree Collapse file tree 7 files changed +7
-8
lines changed
Expand file tree Collapse file tree 7 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 66 "reflect"
77 "runtime"
88
9- v2 "github.com/JAicewizard /tt/v2"
9+ v2 "github.com/jaicewizard /tt/v2"
1010)
1111
1212const (
Original file line number Diff line number Diff line change 44 "reflect"
55 "runtime"
66
7- v2 "github.com/JAicewizard /tt/v2"
7+ v2 "github.com/jaicewizard /tt/v2"
88)
99
1010//TODO: maybe dont copy all the data over etc, it might be faster do just return the length and use that
Original file line number Diff line number Diff line change 44 "bytes"
55 "errors"
66
7- v2 "github.com/JAicewizard /tt/v2"
7+ v2 "github.com/jaicewizard /tt/v2"
88)
99
1010/*
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import (
1313 "testing"
1414 "time"
1515
16- v1 "github.com/JAicewizard/tt/v1"
1716 "github.com/go-test/deep"
17+ v1 "github.com/jaicewizard/tt/v1"
1818)
1919
2020var testData = Data {
Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ package tt
33import (
44 "errors"
55
6- v1 "github.com/JAicewizard /tt/v1"
6+ v1 "github.com/jaicewizard /tt/v1"
77)
88
9-
109func Decodev1 (b []byte , d * Data ) (err error ) {
1110 vlen := int (b [len (b )- 1 ])
1211
Original file line number Diff line number Diff line change 44 "encoding/binary"
55 "errors"
66
7- v2 "github.com/JAicewizard /tt/v2"
7+ v2 "github.com/jaicewizard /tt/v2"
88)
99
1010func Decodev2 (b []byte , d * Data ) (err error ) {
Original file line number Diff line number Diff line change 77 "reflect"
88 "runtime"
99
10- v3 "github.com/JAicewizard /tt/v3"
10+ v3 "github.com/jaicewizard /tt/v3"
1111)
1212
1313func Encodev3 (d interface {}, values * bytes.Buffer ) {
You can’t perform that action at this time.
0 commit comments