Maxwell Watson

Results 4 issues of Maxwell Watson

## Background Deployments by AWS users in the IAM Group do not appear to be working. Detailed below are the setup steps I went through while debugging this. Am I...

When a subtest fails, gotestsum reports both the test and the subtest: ``` $ gotestsum --format=standard-quiet ./... FAIL FAIL example.com/greetings 0.125s === Failed === FAIL: . TestSayHello/no_input (0.00s) greetings_test.go:20: want:...

enhancement

Is there a way to check if the `Err` method on a type is called? For example, the standard library's `bufio#Scanner` type: ```go package main import ( "bufio" "fmt" "os"...

Thoughts on adding a suggested style guide for the workshoppers source code? I have been enjoying going through them but have found the code samples formatting inconsistent. It's not a...