ydb-go-sdk icon indicating copy to clipboard operation
ydb-go-sdk copied to clipboard

enable godot

Open MWT-proger opened this issue 11 months ago • 2 comments

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Pull request type

Please check the type of change your PR introduces:

  • [ ] Bugfix
  • [ ] Feature
  • [x] Code style update (formatting, renaming)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] Documentation content changes
  • [ ] Other (please describe):

What is the current behavior?

Issue Number: #940

What is the new behavior?

Other information

MWT-proger avatar Mar 11 '24 18:03 MWT-proger

Please rebase on upstream/master your branch

asmyasnikov avatar Mar 12 '24 11:03 asmyasnikov

git remote add upstream [email protected]:ydb-platform/ydb-go-sdk.git
git fetch upstream
git merge upstream/master (or git rebase upstream/master)
<fix all conflicts + git commit>
git push

asmyasnikov avatar Mar 12 '24 11:03 asmyasnikov