Leigh Stillard

Results 3 issues of Leigh Stillard

Hi there, Around about the [math section](https://github.com/quii/learn-go-with-tests/blob/main/math.md) the style changes from using a single module across both the test and main file to using a mod for each. The shift...

After reading this session I went down the rabbithole and read the [linked post on Dave Cheney's blog](https://dave.cheney.net/2016/04/27/dont-just-check-errors-handle-them-gracefully). I learned a lot from this and looked into his [error package](https://pkg.go.dev/github.com/pkg/errors#section-readme),...

Hi there, I'm consistently getting the following error whenever I attempt to create or change a variant using this library: ``` Write requests to inventory_quantity and inventory_quantity_adjustment are no longer...

help wanted