Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Aug 17, 2020

Done via:

$ git grep -l Github | xargs sed -i '' s/Github/GitHub/g

Done via:

```
$ git grep -l Github | xargs sed -i '' s/Github/GitHub/g
```
@dhermes
Copy link
Contributor Author

dhermes commented Aug 17, 2020

No worries if you don't want to merge this, or if you want to say no to the changes to .go source files. I realize I'm just a random person on GitHub, so no expectation this will be merged.

Thanks for the great project!

Copy link
Member

@dhui dhui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updating docs and comments are fine, but don't update exported variables, structs, etc to maintain backwards compatibility

@coveralls
Copy link

coveralls commented Aug 17, 2020

Pull Request Test Coverage Report for Build 834

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 53.29%

Totals Coverage Status
Change from base Build 831: 0.0%
Covered Lines: 2640
Relevant Lines: 4954

💛 - Coveralls

@dhermes
Copy link
Contributor Author

dhermes commented Aug 17, 2020

Updating docs and comments are fine, but don't update exported variables, structs, etc to maintain backwards compatibility

Sure thing, I reverted the changes to all .go files. Will go over a bit more closely and see if there is any godoc content that can be updated. (Nope)

@dhui dhui merged commit 6035eb5 into golang-migrate:master Aug 17, 2020
@dhermes dhermes deleted the github-capital-h branch August 17, 2020 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants