Core components are the core part of the GoFrame framework.

    📄️ ObjectsThe GoFrame framework provides a series of commonly used data types and object acquisition methods. Through the g module, it is easy to obtain commonly used objects, including HTTP client, data validation, configuration management, log management, template engine, WEB server, database ORM, Redis client, etc., to achieve simple and efficient object management to meet the needs of different application scenarios.

    📄️ Debug ModeDebug mode of the GoFrame framework, available to all users starting from version v1.10.0. In this mode, key functional nodes output debug information at the [INTE] log level. Developers can open debug mode through command line arguments or environment variables, but debug information is only output to terminal standard output and not supported in log files. In GoFrame v1.14.0, the debug mode can be manually controlled using the g.SetDebug method.

    🗃️ Command7 items

    🗃️ Configuration6 items

    🗃️ Logging15 items

    🗃️ Error Handling7 items

    🗃️ Data Validation10 items

    🗃️ Type Conversion8 items

    🗃️ Database ORM🔥12 items

    🗃️ Caching4 items

    🗃️ Template Engine7 items

    🗃️ I18N2 items

    🗃️ Resource5 items