Skip to content

Commit

Permalink
add nomutateglobal into main (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyab authored Apr 8, 2024
1 parent 4dce88b commit 4c7d319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"github.com/seiyab/gost/closecloser"
"github.com/seiyab/gost/multipleerrors"
"github.com/seiyab/gost/nodiscarderror"
"github.com/seiyab/gost/nomutateglobal"
"github.com/seiyab/gost/openfileflag"
"github.com/seiyab/gost/preferfilepath"
"github.com/seiyab/gost/sliceinitiallength"
Expand All @@ -15,6 +16,7 @@ func main() {
multichecker.Main(
openfileflag.Analyzer,
nodiscarderror.Analyzer,
nomutateglobal.Analyzer,
multipleerrors.Analyzer,
wraperror.Analyzer,
closecloser.Analyzer,
Expand Down

0 comments on commit 4c7d319

Please sign in to comment.