# Packages
Package golden will contain some utility functions for golden file testing
Golden File Testing pattern explained here: https://ieftimov.com/posts/testing-in-go-golden-files/
# PopulateGoldenFiles will need to be added to the first test run and then removed
Golden Files are populated and asserted based on the current runs test name t should be of a type *testing.T ref:[https://pkg.go.dev/testing#T] TODO this package has many limitations, e.g.
No description provided by the author
# Functions
No description provided by the author
PackageDirectory returns package path of the test's Test...() function.
ProjectDirectory returns the directory of test's project root (directory containing go.mod).
# Variables
No description provided by the author