Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sudo: false
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
Expand Down
2 changes: 0 additions & 2 deletions benchmark_go18_test.go → benchmark_go1.8_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at http://mozilla.org/MPL/2.0/.

// +build go1.8

package mysql

import (
Expand Down
2 changes: 0 additions & 2 deletions connection_go18.go → connection_go1.8.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at http://mozilla.org/MPL/2.0/.

// +build go1.8

package mysql

import (
Expand Down
2 changes: 0 additions & 2 deletions connection_go18_test.go → connection_go1.8_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at http://mozilla.org/MPL/2.0/.

// +build go1.8

package mysql

import (
Expand Down
2 changes: 0 additions & 2 deletions driver_go18_test.go → driver_go1.8_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at http://mozilla.org/MPL/2.0/.

// +build go1.8

package mysql

import (
Expand Down
File renamed without changes.
2 changes: 0 additions & 2 deletions utils_go18.go → utils_go1.8.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at http://mozilla.org/MPL/2.0/.

// +build go1.8

package mysql

import (
Expand Down
2 changes: 0 additions & 2 deletions utils_go18_test.go → utils_go1.8_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at http://mozilla.org/MPL/2.0/.

// +build go1.8

package mysql

import (
Expand Down