This is a project that simulates the process of grabbing real red envelopes. This project contains three sub-modules: tool module, funding module, and red envelope module. The module functions are as follows:
The tool module provides a common tool library, such as mysql library;
The fund module provides the ability to operate fund data;
Red envelope module implements business logic for grabbing red envelopes;
Special Note: This project is only for learning go language, welcome to leave a message to discuss.