Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "go1.10" build tag from driver #1016

Merged
merged 4 commits into from Dec 12, 2019
Merged

Conversation

@neetle
Copy link
Contributor

@neetle neetle commented Oct 20, 2019

Description

Some IDEs and editors seem to not acknowledge the "go1.10" build tag when
autocompleting & compiling. Removing said tag increases usibility of the
library for those stuck with these editors.

Checklist

  • Code compiles correctly
  • Created tests which fail without the change (if possible) (N/A)
  • All tests passing
  • Extended the README / documentation, if necessary (N/A)
  • Added myself / the copyright holder to the AUTHORS file
Nathaial Murphy added 2 commits Oct 20, 2019
Some IDEs and editors refuse to acknowledge the "go1.10" build tag when
autocompleting & compiling. Removing said tag increases usibility of the
library for those stuck with these editors.
Nathaial Murphy
Copy link
Member

@methane methane left a comment

Please remove driver_go110.go and driver_go110_test.go, and move all code into driver.go and driver_test.go.

@methane methane mentioned this pull request Dec 11, 2019
@methane methane merged commit b66d043 into go-sql-driver:master Dec 12, 2019
3 checks passed
3 checks passed
WIP Ready for review
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage increased (+0.09%) to 80.566%
Details
reireias added a commit to reireias/mysql that referenced this pull request Dec 12, 2019
sthagen added a commit to sthagen/mysql that referenced this pull request Dec 12, 2019
Remove "go1.10" build tag (go-sql-driver#1016)
tz70s added a commit to tz70s/mysql that referenced this pull request Sep 5, 2020
Some IDEs and editors refuse to acknowledge the "go1.10" build tag when
autocompleting & compiling. Removing said tag increases usibility of the
library for those stuck with these editors.
tz70s added a commit to tz70s/mysql that referenced this pull request Sep 5, 2020
Some IDEs and editors refuse to acknowledge the "go1.10" build tag when
autocompleting & compiling. Removing said tag increases usibility of the
library for those stuck with these editors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants