Files
yoyo/go.mod
z.to ad667fa782 feat: implement core architecture (v0.0.2)
- Implement Config class with YAML loading and environment variable support
- Implement Provider interface and factory pattern
- Implement SiliconFlow provider as example
- Implement Translator core class with prompt management
- Create CLI entry point
- Add configuration template and unit tests
- Update changelog and discussion records

Version: 0.0.2
2026-03-28 23:27:02 +08:00

6 lines
86 B
Modula-2

module github.com/titor/fanyi
go 1.26.1
require gopkg.in/yaml.v3 v3.0.1 // indirect