Skip to content

Commit

Permalink
Merge pull request #1 from go-critic/quasilyte/rename_contrib_to_chec…
Browse files Browse the repository at this point in the history
…kers

rename package from contrib to checkers
  • Loading branch information
Iskander (Alex) Sharipov authored Nov 17, 2018
2 parents 9165c41 + a558924 commit 216ce2c
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 216ce2c

Please sign in to comment.