Monorepo for Tangled tangled.org

fix typo (get_deafult) in sh.tangled.repo.branches json response #805

Labels

None yet.

assignee

None yet.

Participants 3
AT URI
at://did:plc:3c6vkaq7xf5kz3va3muptjh5/sh.tangled.repo.pull/3m5oqpmbnwt22
Interdiff #0 โ†’ #1
types/repo.go

This file has not been changed.

History

2 rounds 4 comments
sign up or login to add to the discussion
1 commit
expand
types: fix struct tag typo
expand 2 comments

this is a known issue but is a backwards incompatible change. ideally we would introduce a new field with the right spelling and then deprecate the old one after a few versions.

or support both names.

pull request successfully merged
1 commit
expand
fix typo
expand 2 comments

Thank you for your contribution! Can you please amend your commit following our contribution guidelines? Then I think we can merge it.

It should be something like

types: fix struct tag typo

{description}

Signed-off-by: Your Name <your.email@example.com>