Skip to content

Conversation

@dsnet
Copy link
Collaborator

@dsnet dsnet commented Jul 7, 2017

Avoid any features introduced in newer versions such as:

  • testing.T.Run
  • sort.Slice
  • sort.SliceStable
  • sort.IsSliceSorted

Fixes #2

@dsnet dsnet requested a review from zombiezen July 7, 2017 23:22
@dsnet
Copy link
Collaborator Author

dsnet commented Jul 7, 2017

Nothing in the *.go changed since you last saw. Can you just check the travis file?

@zombiezen
Copy link
Contributor

It's probably sufficient to just have:

go: - 1.6 - 1.x
Avoid any features introduced in newer versions such as: * testing.T.Run * sort.Slice * sort.SliceStable * sort.IsSliceSorted Fixes #2
@dsnet dsnet merged commit 5c2f341 into master Jul 7, 2017
@dsnet dsnet deleted the support-go16 branch July 7, 2017 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants