Skip to content

Instantly share code, notes, and snippets.

@nullstyle
Created September 29, 2016 20:02
Show Gist options
  • Save nullstyle/41f202676b4dfd7705e3249522c680f7 to your computer and use it in GitHub Desktop.
Save nullstyle/41f202676b4dfd7705e3249522c680f7 to your computer and use it in GitHub Desktop.
rewrap sample file
package main
const (
// PayoutStatusStarted represents the value of a
// payout row's `status` column. It represents a
// payout that has been validated and started but has
// not yet been completed.
PayoutStatusStarted = "started"
PayoutStatusSuccess = "success"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment