-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Code Transpilation to Go (Help Wanted) #222
Labels
code
Code-related
Comments
Hello @itsarraj . Thank you! How can we help you? |
3 tasks
3 tasks
can add ntree? |
krahets
changed the title
Code Translation to Go (Help Wanted)
Code Transpilation to Go (Help Wanted)
Oct 29, 2023
Closed because the 1st edition has been completed! Thank you for the great work! |
Go1.23 发布了、这个项目现在还维护不了? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need your help translating the code to Go.
Please check the contribution guidelines at #15
TODO List
Commit Guidelines
1、Format of the commit message
Refer to AngularJS Git Commit Message Conventions
Allowed
<type>
Allowed
<scope>
For example, if you complete the go code of linkedlist_queue in chapter_stack_and_queue, the commit message should be like:
2、What one commit contains
If you complete two module code, testcase and docs, you commit log should be like:
If you fix a bug, the commit log should be like :
Code Style
1、All code should be error-free when run through
gofmt
andgo test
.2、Consistent with existing go code style.
3、Refer to uber/go-style.
The text was updated successfully, but these errors were encountered: