Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: update coding guideline to suggest to place local imports last
It seems very common in other Go based projects to place the local packages in the import statement last. Currently Ceph-CSI expects the imports to group the local packages immediately after standard packages. This exception compared to other projects often requires new contributors to 'correct' their PR. Following a more common convention for grouping imports should make it a little easier to contribute to the project. Signed-off-by: Niels de Vos <ndevos@ibm.com>
- Loading branch information