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 October 21, 2019 08:09
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.
Copy link
Member

@methane methane left a comment

Choose a reason for hiding this comment

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

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
reireias added a commit to reireias/mysql that referenced this pull request Dec 12, 2019
tz70s pushed 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 pushed 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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants