Skip to content

Instantly share code, notes, and snippets.

@manakuro
Created December 10, 2021 04:51
Show Gist options
  • Select an option

  • Save manakuro/54ae90fc61052d0f31fa2cae3d3d4580 to your computer and use it in GitHub Desktop.

Select an option

Save manakuro/54ae90fc61052d0f31fa2cae3d3d4580 to your computer and use it in GitHub Desktop.
func (r *userRepository) Get(ctx context.Context, id *model.ID) (*model.User, error) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment