7 lines
326 B
Plaintext
7 lines
326 B
Plaintext
---
|
|
description: Applies best practices for logging, project structure, and environment variable usage specifically to the main application file.
|
|
globs: cmd/main.go
|
|
---
|
|
- Implement proper logging with Fiber's Logger middleware
|
|
- Follow Fiber's best practices for project structure
|
|
- Use environment variables for configuration |