Only import and use modules, there are many useful components, such as text processing, encoding and decoding, encryption and decryption, logging, etc...
🗄️
Database
Use gorm to connect quickly. Supports multiple databases, transaction processing, and strong scalability.
🌐
Web Framework
Use gin, excellent performance. It provides an API similar to Martini, but with better performance. Encapsulated based on the native net/http package.