Skip to content
This repository has been archived by the owner on Jan 13, 2021. It is now read-only.

Code Formatting Guidelines

potsables edited this page Sep 1, 2018 · 1 revision

Code Formatting Guidelines

For functions where no return values are kept:

if _, err = um.ChangeEthereumAddress( ... ); if err != nil {
    ...
}
Clone this wiki locally