Skip to content

Instantly share code, notes, and snippets.

@berfarah
Created October 1, 2018 21:22
Show Gist options
  • Save berfarah/59302e3cf3aac648eccecdcae65f9585 to your computer and use it in GitHub Desktop.
Save berfarah/59302e3cf3aac648eccecdcae65f9585 to your computer and use it in GitHub Desktop.
Iterative Optimization on Hot Paths: Planning it out: Wrangling Go interfaces
type Valuer interface {
Value() (driver.Value, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment