diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-23 17:13:45 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-23 17:13:45 +0300 |
| commit | 97e0151ba6a260195ced76ab69d3e3bd58ba68fc (patch) | |
| tree | cf158f895aa353ba9a6308358f4c333924bcfa14 /go.mod | |
Initial gitsyncer implementation with version support
- Initialize Go module for github.com/paul/gitsyncer
- Add version package with version info (v0.1.0)
- Implement main.go with --version flag support
- Create comprehensive Taskfile.yaml for build automation
- Add CLAUDE.md with project documentation
The binary can be built with 'task' or 'go build -o gitsyncer ./cmd/gitsyncer'
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +module github.com/paul/gitsyncer + +go 1.24.3 |
