You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We noticed that you are making use of the config package from go-gh. While this package is documented as for internal use only, we understand that sometimes extension authors do so at their own risk. While we don’t provide support for this right now, we do want to make you aware of a breaking change when you pull in the next version so that you aren’t caught by surprise.
Hello
gh
extension author!We noticed that you are making use of the
config
package fromgo-gh
. While this package is documented as for internal use only, we understand that sometimes extension authors do so at their own risk. While we don’t provide support for this right now, we do want to make you aware of a breaking change when you pull in the next version so that you aren’t caught by surprise.Oh no! What do you need to do?
Fortunately the change is minor, we changed the
Read
function signature to accept a fallback*Config
if no persisted configuration is found. This means that you will need to now providenil
in each location you callconfig.Read
.From looking at your source code, we don’t believe there should be any other impact at compile or run time.
Cheers,
The CLI team.
The text was updated successfully, but these errors were encountered: