Skip to content

Set Custom Snapshot Directory

Compare
Choose a tag to compare
@sjkaliski sjkaliski released this 18 May 04:27
· 22 commits to master since this release

This release enables the user to set a custom path for the snapshot directory.

Usability

#39 - The user can set an alternate snapshot directory, which continues to default to __snapshots__.

func init() {
  abide.SnapshotDir = "testdata"
}

Miscellaneous

TravisCI updated to check Go v1.8.x-1.10.x and tip, as well as run gofmt, golint, and go vet.

Contributors