We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sub task of #282
After internal discussion we will not use I as prefix of interfaces.
I
https://golang.org/doc/effective_go.html#interface-names
(FYI)https://medium.com/@dotronglong/interface-naming-convention-in-golang-f53d9f471593
The text was updated successfully, but these errors were encountered:
refactor: change interface from IGraph to Graph
7ab4922
issue: #293
7d193df
No branches or pull requests
Sub task of #282
After internal discussion we will not use
I
as prefix of interfaces.https://golang.org/doc/effective_go.html#interface-names
(FYI)https://medium.com/@dotronglong/interface-naming-convention-in-golang-f53d9f471593
The text was updated successfully, but these errors were encountered: