-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix golint warning #34
Labels
enhancement
New feature or request
Comments
sufuf3
added a commit
that referenced
this issue
Jun 12, 2018
Fix: - Line 1: warning: package comment should be of the form "Package nl ..." (golint)
sufuf3
added a commit
that referenced
this issue
Jun 12, 2018
Fix: - Line 14: warning: exported type PodOptions should have comment or be unexported (golint) - Line 20: warning: exported type InterfaceOptions should have comment or be unexported (golint) - Line 26: warning: exported type ConnectOptions should have comment or be unexported (golint) - Line 31: warning: exported type ClientOptions should have comment or be unexported (golint)
sufuf3
added a commit
that referenced
this issue
Jun 12, 2018
Fix: - Line 9: warning: comment on exported function RemoveVethFromOVS should be of the form "RemoveVethFromOVS ..." (golint)
sufuf3
added a commit
that referenced
this issue
Jun 12, 2018
Rename LinkReceiver to linkReceiver Fix Line 14: warning: exported type LinkReceiver should have comment or be unexported (golint)
Merged
Done, thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refer to https://goreportcard.com/report/github.com/linkernetworks/network-controller
The text was updated successfully, but these errors were encountered: