Skip to content

Instantly share code, notes, and snippets.

@berfarah
Created October 1, 2018 21:23
Show Gist options
  • Save berfarah/3006321ec5acf4b9347583547e1451a7 to your computer and use it in GitHub Desktop.
Save berfarah/3006321ec5acf4b9347583547e1451a7 to your computer and use it in GitHub Desktop.
Iterative Optimization on Hot Paths: Planning it out: Wrangling Go interfaces
type Scanner interface {
// the docs tell us that the src will be a valid driver.Value
Scan(src interface{}) error
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment