Go R1 Day 48
progress🔗
- worked through more test concepts with learn-go-with-tests, including test helpers.
- enjoyed the results GitHub copilot was producing. I can see a lot of promise for speeding up things and reducing the need for snippets as it builds code suggestions on the fly with far more context than a general snippet could do.
links🔗
- ✅ completed Hello, World - Learn Go with tests
- feat: v1-hello world · sheldonhull/learn-go-with-tests-applied@40ca675 · GitHub
- refactor: move hello-world out of version folders · sheldonhull/learn-go-with-tests-applied@489e05a · GitHub
- feat: hello world with function · sheldonhull/learn-go-with-tests-applied@1b70ff0 · GitHub
- feat: adjust hello world to use constants · sheldonhull/learn-go-with-tests-applied@f58f776 · GitHub
- feat: include t.Helper() function · sheldonhull/learn-go-with-tests-applied@d61c2ff · GitHub
- feat: complete hello world with greetingPrefix and test · sheldonhull/learn-go-with-tests-applied@4a13c61 · GitHub