Remove "go1.10" build tag from driver #1016
Merged
Conversation
2 commits
Oct 20, 2019
added 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.
Please remove |
Closed
reireias
added a commit
to reireias/mysql
that referenced
this pull request
Dec 12, 2019
This reverts commit b66d043.
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
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
Created tests which fail without the change (if possible)(N/A)Extended the README / documentation, if necessary(N/A)