- Create project directory structure - Initialize Go module - Set up development documentation (why.md, taolun.md, changelog.md, memory.md, AGENTS.md) - Configure YAML config template - Set up .gitignore and .env.example - Design OOP architecture with factory and strategy patterns Version: 0.0.1
4 lines
41 B
Modula-2
4 lines
41 B
Modula-2
module github.com/titor/fanyi
|
|
|
|
go 1.26.1
|