mirror of
https://github.com/soheilhy/cmux.git
synced 2026-08-25 21:04:30 +08:00
golint
cmux.go:28:1: exported method ErrNotMatched.Temporary should have comment or be unexported cmux.go:29:1: exported method ErrNotMatched.Timeout should have comment or be unexported cmux.go:38:2: exported var ErrListenerClosed should have comment or be unexported cmux.go:165:6: exported type MuxConn should have comment or be unexported
This commit is contained in:
committed by
Soheil Hassas Yeganeh
parent
05566d752e
commit
48deeb47a3
@@ -3,3 +3,9 @@ language: go
|
||||
go:
|
||||
- 1.3
|
||||
- 1.4
|
||||
|
||||
before_install:
|
||||
- go get -u github.com/golang/lint/golint
|
||||
|
||||
before_script:
|
||||
- golint ./...
|
||||
|
||||
Reference in New Issue
Block a user