Skip to content

Commit

Permalink
fix CI (generated interfaces check)
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-wa committed May 18, 2023
1 parent f32db38 commit 539fdd6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/demoinfocs/parser_interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ package demoinfocs
import (
"time"

"github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/common"
common "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/common"
events "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/events"
msg "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/msg"
st "github.com/markus-wa/demoinfocs-golang/v3/pkg/demoinfocs/sendtables"
dp "github.com/markus-wa/godispatch"
)
Expand Down

0 comments on commit 539fdd6

Please sign in to comment.