Set Custom Snapshot Directory
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.