File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ import (
1313 "google.golang.org/protobuf/proto"
1414
1515 bit "github.com/markus-wa/demoinfocs-golang/v3/internal/bitread"
16- common "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/common"
17- events "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/events"
18- msg "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/msg"
16+ "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/common"
17+ "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/events"
18+ "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/msg"
1919 "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/msgs2"
2020 st "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/sendtables"
2121)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ package demoinfocs
55import (
66 "time"
77
8- common "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/common"
8+ "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/common"
99 st "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/sendtables"
1010 dp "github.com/markus-wa/godispatch"
1111)
You can’t perform that action at this time.
0 commit comments