Skip to content

Instantly share code, notes, and snippets.

@njpatel
Last active February 10, 2016 11:39
Show Gist options
  • Save njpatel/5f19f0c39c1c4bf26a0b to your computer and use it in GitHub Desktop.
Save njpatel/5f19f0c39c1c4bf26a0b to your computer and use it in GitHub Desktop.
func (installer BkInstaller) Run() ) (err error) {
installer.log("Start installer bk")
err = installer.createTables()
if err == nil {
err = installer.stateIndex()
if err == nil {
err = installer.stateRelations()
}
}
return err
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment