-
Notifications
You must be signed in to change notification settings - Fork 51
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
Update source codes to comply with golint #654
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Comments
/help |
seokho-son
added
good first issue
Good for newcomers
help wanted
Extra attention is needed
enhancement
New feature or request
and removed
feature request
Issue related with new feature
labels
Aug 2, 2021
세부 Task 로 함께 기여할 수 있습니다.. ^^ |
가장 빨리 개선할 수 있는 부분이 naming 수정으로 보입니다. golang은 언더스코어를 쓰지 않고 카멜 케이스로 네이밍 하는 것을 권장하는데 이를 지키지 않은 경우가 꽤 있네요. 제가 한 번 개선해보겠습니다. |
@computerphilosopher 감사합니다!! ^^ |
/assign @computerphilosopher |
This was referenced Sep 10, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
What would you like to be added
: golint 를 준수하도록 코드 개선 (Golint is a linter for Go source code)
Why is this needed
: golint 를 준수하여 코드 가독성 및 관리 효율 향상
[Tasks: cb-tumblebug Go report card 참고]
https://goreportcard.com/report/github.com/cloud-barista/cb-tumblebug#golint
The text was updated successfully, but these errors were encountered: