Commit 73d5a52
This commit enhances the getting started documentation to reduce
time-to-first-success from 30 minutes to under 5 minutes.
Changes:
- Updated README.md Quick Start with minimal 5-line example
- Added hello-world example in examples/getting-started/
- Progressive disclosure: Quick Start -> Basic Usage -> Advanced Usage
- Simplified API showcased first (gosqlx.Parse())
- Low-level API moved to Advanced Usage section
Benefits:
- Users can copy-paste and run working code in < 2 minutes
- Clear learning paths for different user types
- Progressive complexity (beginner -> intermediate -> advanced)
- Working code examples that demonstrate best practices
Related: #62
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Ajit Pratap Singh <ajitpratapsingh@Ajits-Mac-mini.local>
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 7a26b14 commit 73d5a52
2 files changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
0 commit comments