509 B
509 B
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