Go R1 Day 40
https://www.sheldonhull.com/go-r1-day-40/
2021-06-15T05:51:18Z
104 words
One minute
- Learned a bit more modules vs packages, including internal package special behavior.
- Configured Azure DevOps remote module source with package level imports.
- Successfully migrated a utility logger for setup of Zerolog into a seperate remote module for importing.
- Setup 50% test coverage for logger using
gotest
test generator.
- Used Is for test setup. (this would be a cool use of gotest templates test generation)
- Modified sharedbrain forked repo to generate yaml front matter with dashes.
Webmentions