27 lines
509 B
Markdown
27 lines
509 B
Markdown
# Project Instructions
|
|
|
|
This file provides context for AI assistants working on this project.
|
|
|
|
## Project Type: Go
|
|
|
|
### Commands
|
|
- Build: `go build`
|
|
- Test: `go test ./...`
|
|
- Run: `go run .`
|
|
- Format: `go fmt ./...`
|
|
|
|
### Version Control
|
|
This project uses Git. See .gitignore for excluded files.
|
|
|
|
|
|
## Guidelines
|
|
|
|
- Follow existing code style and patterns
|
|
- Write tests for new functionality
|
|
- Keep changes focused and atomic
|
|
- Document public APIs
|
|
|
|
## Important Notes
|
|
|
|
<!-- Add project-specific notes here -->
|