Mastodon

Golang Too Many Errors

I had to laugh when I received the following after attempting to run some Go code I've been working on:

Screenshot of a terminal where "go run main.go" has been executed showing a large list of errors.

The last error in particular was funny:

too many errors

Don't I know it.