package
0.0.0-20241205070959-713993e6e377
Repository: https://github.com/bjatkin/yok.git
Documentation: pkg.go.dev

# Functions

AgainstFile is a testing helper function that takes the got string and want file and diffs the got string against the contents of the want file.
Lines takes got and want, splits them into lines and combines them into a nice diff using colors and line numbers.
UpdateFile updates the want file to match the got file contents.