Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golint check #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

golint check #4

wants to merge 1 commit into from

Conversation

jjz
Copy link

@jjz jjz commented Sep 24, 2018


net/socks/dial.go:5:1:warning: package comment should be of the form "Package socks ..." (golint)
net/socks/dial.go:39:2:warning: const authGssApi should be authGssAPI (golint)
net/socks/dial.go:43:2:warning: const commandTcpConnect should be commandTCPConnect (golint)
net/socks/dial.go:44:2:warning: const commandTcpBind should be commandTCPBind (golint)
net/socks/dial.go:45:2:warning: const commandUdpAssociate should be commandUDPAssociate (golint)
net/socks/dial.go:57:2:warning: const statusTtlExpired should be statusTTLExpired (golint)
net/socks/dial.go:46:2:warning: const commandUdpAssociate should be commandUDPAssociate (golint)

----------------
net/socks/dial.go:5:1:warning: package comment should be of the form "Package socks ..." (golint)
net/socks/dial.go:39:2:warning: const authGssApi should be authGssAPI (golint)
net/socks/dial.go:43:2:warning: const commandTcpConnect should be commandTCPConnect (golint)
net/socks/dial.go:44:2:warning: const commandTcpBind should be commandTCPBind (golint)
net/socks/dial.go:45:2:warning: const commandUdpAssociate should be commandUDPAssociate (golint)
net/socks/dial.go:57:2:warning: const statusTtlExpired should be statusTTLExpired (golint)
net/socks/dial.go:46:2:warning: const commandUdpAssociate should be commandUDPAssociate (golint)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant