Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Allow sequins to start up without data #58

Merged
merged 1 commit into from
Oct 6, 2016
Merged

Allow sequins to start up without data #58

merged 1 commit into from
Oct 6, 2016

Conversation

colinmarc
Copy link
Contributor

This allows us to be a bit more user-friendly in the tutorial; users can start up sequins without any data, and then write data to it second.

r? @kitchen

This allows us to be a bit more user-friendly in the tutorial; users
can start up sequins without any data, and then write data to it
second.
if err != nil {
log.Fatalf("Error listing DBs from %s: %s", s.backend.DisplayPath(""), err)
} else if len(dbs) == 0 {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(here's the actual code change)

@kitchen
Copy link

kitchen commented Oct 6, 2016

LGTM

I think separating the docs changes to a different commit might not be a bad idea, in case someone looks at the history of a line or something!

@stripe-ci stripe-ci assigned colinmarc and unassigned kitchen Oct 6, 2016
@colinmarc colinmarc merged commit ba166cb into master Oct 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants