Package goldentest is a utility to help create tests that compare a result (e.g. serialized data
or formatted text) against a golden file stored in testdata.
Check looks for a file at testdata/{t.Name()}/[goldenPath], compares [actual] against the
content, and causes the test to fail if it's incorrect. If "-update" or "-args update" is passed
to the "go test" command, instead of failing, writes [actual] to the file.