Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
-
-
Forked from deepmap/oapi-codegen
Generate Go client and server boilerplate from OpenAPI 3 specifications
Go
14 contributions in the last year
Contribution activity
April - August 2020
danf0rth has no activity
yet for this period.
March 2020
Created an issue in google/wire that received 2 comments
How to inject struct that implements an interface as interface
Hi!
type User struct{} type UserRepository interface { GetUserByID(ctx context.Context, id int64) (*User, error)
} func DatabaseBuilder() *sql.DB {…
2
comments