Skip to content
Merged
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
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ sudo: false

matrix:
include:
- go: 1.5.x
- go: 1.6.x
- go: 1.7.x
- go: 1.8.x
- go: 1.9.x
Expand Down
2 changes: 0 additions & 2 deletions context_native.go → context.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build go1.7

package mux

import (
Expand Down
26 changes: 0 additions & 26 deletions context_gorilla.go

This file was deleted.

40 changes: 0 additions & 40 deletions context_gorilla_test.go

This file was deleted.

2 changes: 0 additions & 2 deletions context_native_test.go → context_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// +build go1.7

package mux

import (
Expand Down