Commit ef6c4b8
docs: improve version variable documentation in main.go
Enhanced the comment for the version variable to better explain:
- How the version is set via ldflags during build
- The exact ldflag format used (-X main.version=<version>)
- That "dev" is the default for local development builds
This makes it clearer for contributors how the version system works.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6a83e2a commit ef6c4b8
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
0 commit comments