suramrit / suramritLearnsGo

Getting hands dirty with Algorithms and golang
3 stars 0 forks source link

Introduce module based structure to the codebase #1

Open suramrit opened 4 years ago

suramrit commented 4 years ago

This code base was written 2 years ago while still learning golang.

Almost all the implementations have package structure to them.

Here is a general plan of action that you can take:

For any details on code organization in go, please check : https://golang.org/doc/code.html

Please feel free to add any suggestions and topics for the repo. Happy Hacktobering!

suramrit commented 4 years ago