Installation¶
Requirements¶
- Go 1.18+ (for generics support)
- Git
Install¶
Verify Installation¶
Create a simple test file:
Run:
Dependencies¶
Go Web Frame automatically installs the following dependencies:
- Gin (HTTP framework)
- GORM (ORM)
- Viper (configuration)
- Zap (logging)
- Sonic (JSON)
Next Steps¶
- Quick Start - Create your first application