wechaty-puppet/helper/array.go
Your code does not pass gofmt in 1 place. Go fmt your code! Open
Open
package helper
- Exclude checks
exported type ArrayInt should have comment or be unexported Open
Open
type ArrayInt []int
- Exclude checks
exported method ArrayInt.InArray should have comment or be unexported Open
Open
func (a ArrayInt) InArray(i int) bool {
- Exclude checks