Highlights
- Arctic Code Vault Contributor
Popular repositories
720 contributions in the last year
Less
More
Contribution activity
March 2021
Created 5 commits in 1 repository
Created an issue in ardanlabs/service that received 2 comments
Use sql.Named instead of positional arguments
The SQL queries in user.go
and product.go
use positional argument to the query. I find it more readable and less error prone to use named arguments…
2
comments