-
Notifications
You must be signed in to change notification settings - Fork 215
code
Aviv Eyal edited this page Oct 1, 2019
·
6 revisions
WARNING: This doc is outdated and needs to be updated.
- We strive to reach Idiomatic GO by avoiding the Go anti-patterns discussed here
- Note sure if a method should be accessed by pointer or value? read this: https://golang.org/doc/faq#methods_on_values_or_pointers
- Please read go code review, and effective go
- We strive to only use channels for all concurrent patterns and not mutexes or locks.
- Please go-fmt the project to lint your code before checking in code changes and new code.
- When working on features or hot-fixes, consider using gitflow git extensions.
- We try to follow go doc guidelines for documentation
Connect => discord || spacemesh.io || @teamspacemesh || Roadmap || FAQ