-
Notifications
You must be signed in to change notification settings - Fork 1
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
GSW-1145 feat: distribution calculation in emission #249
GSW-1145 feat: distribution calculation in emission #249
Conversation
In Golang, comments for functions and types should start with their respective names. The order of code declarations in Golang is import, const, type, var, and func. Does this also apply to Gno? |
Yes, actually gno also encourages to follow the godoc style conventions. |
e9c30b9
to
0de2ab4
Compare
Following below sequence
|
feat