a41f938cec
As we have seen, dependencies version can prevent the build. We should user lock versions on dependencies that we know work: * Packages are vendored * Add Godep support * Added addtional install step in readme * Fix travis build error
5 lignes
264 o
Go
5 lignes
264 o
Go
// Package slices has several utilities for operating on slices given Go's
|
|
// lack of generic types. Many functions take an argument of type func(l, r T)
|
|
// bool, that's expected to compute l < r where T is T in []T, the type of the
|
|
// given slice.
|
|
package slices
|