Reading List
Go auth (and other) progress from Liza Shulyayeva RSS feed.
Go auth (and other) progress
July 28
Made a bit more progress on the authentication basics today. Relevant commits are:
- Add http package; have auth0 test delete user it has just registered after test is done
- Create json util; add logout test
July 29
Today I focused a bit on the building and installation of snaillifecli
. I switched my custom app configuration code for Viper because it apparently integrates really well with Cobra, which is a library to help make CLI applications. It is really tempting to avoid plugging in existing libraries and write everything from scratch because I’m positive that it will teach me a lot about Go, but the existing solutions seem more than suitable and I want to get to working on actual snails at some point.