Skip to content

Commit 19213b5

Browse files
committed
Parser: update imports in generated interface code
1 parent 1f5745e commit 19213b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser_interface.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package demoinfocs
55
import (
66
"time"
77

8-
common "github.com/markus-wa/demoinfocs-golang/common"
8+
"github.com/markus-wa/demoinfocs-golang/common"
99
st "github.com/markus-wa/demoinfocs-golang/sendtables"
1010
dp "github.com/markus-wa/godispatch"
1111
)

0 commit comments

Comments
 (0)