Skip to content

Commit

Permalink
rename package from contrib to checkers
Browse files Browse the repository at this point in the history
Signed-off-by: Iskander Sharipov <[email protected]>
  • Loading branch information
quasilyte committed Nov 17, 2018
1 parent 9165c41 commit a558924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib.go → checkers.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Package checkers is a gocritic linter auxiliary checks submited by contributors.
package contrib
package checkers

import (
"github.com/go-lintpack/lintpack"
Expand Down
2 changes: 1 addition & 1 deletion checkers_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package contrib
package checkers

import (
"testing"
Expand Down
2 changes: 1 addition & 1 deletion importPackageName_checker.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package contrib
package checkers

import (
"go/ast"
Expand Down

0 comments on commit a558924

Please sign in to comment.