Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace ioutil.ReadFile with embed for fixtures
- fake_data.go tries to load files for testing, but has an assumption that code lives on the gopath - this is no longer case with newer go versions - use embed to embed the fixtures directory into the file which then allows relative path loading
- Loading branch information