|
|
|
|
|
by topicseed
1304 days ago
|
|
Been writing Go for my own pet projects and some production side projects for two years. Often resorted to "small libraries" like Chi, or SQL query builders. Since GitHub Copilot, I ditched SQL query builders as all the scanning and repetitive work is handled nearly immediately. I also ditched Chi and handle routing myself. Same for logging. The issue is spending time doing things that took one line before with a framework (e.g., parsing URL path params). But it's actually satisfying. |
|