Created
October 1, 2018 21:21
-
-
Save berfarah/0b52e1688afcee9358132b54737e3757 to your computer and use it in GitHub Desktop.
Iterative Optimization on Hot Paths: Planning it out: Wrangling Go interfaces
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
id := 5 | |
var name string | |
err := db.QueryRowContext(ctx, "SELECT name FROM users WHERE id = ?", id).Scan(&name) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment