Skip to content

Commit

Permalink
Moving packet import to methodImports
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivanshVij committed Jul 22, 2022
1 parent 869f7af commit 579ebd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/generator/imports.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package generator

var (
requiredImports = []string{
"github.com/loopholelabs/frisbee-go/pkg/packet",
"github.com/loopholelabs/polyglot-go",
"errors",
}
Expand All @@ -31,6 +30,7 @@ var (
}

methodImports = []string{
"github.com/loopholelabs/frisbee-go/pkg/packet",
"sync",
"sync/atomic",
}
Expand Down

0 comments on commit 579ebd8

Please sign in to comment.