.
├── Condition # Using if and switch statement
├── DataStructure # Implement data structure
├── DataType # Basic operation on variable, data type and operator.
├── Function # Types of function
├── HelloWorld # Just Hello World
├── LeetCode # Practice algorithm from LeetCode site.
├── Looping # Types of looping
├── MockInterview # Real case interview.
├── Modules # Try modules
├── NewMod # Invoke modules
├── Package # Local packages
├── Pointers # Implements pointer
└── UnitTest # Implements unit testing
.
├── Database # MySQL Database implementation with repository layered
.
├── Context # Context implementation
.
├── GoRoutine # Implements async style of concurrency programming
.
├── Embed # Use embed to load external file into programs.
.
├── RestfulAPI # Implements RESTFul API services.