repository-pattern-go icon indicating copy to clipboard operation
repository-pattern-go copied to clipboard

An implementation of the Repository pattern in Golang

Results 1 repository-pattern-go issues
Sort by recently updated
recently updated
newest added

Two questions: 1. In the example you set: `Get(ID string, dest interface{}, query string) error` Is there a reason the dest is an input and not in the return value?...