Skip to content

Commit

Permalink
Just to test travis works :)
Browse files Browse the repository at this point in the history
  • Loading branch information
magdkudama committed Feb 7, 2015
1 parent 548a73a commit 24d2777
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions search.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ type T interface{}
//
// Example:
// values := []string{"hello", "go"}
// value := "go"
// Search(values, value)
// Search(values, "go")
func Search(values T, search T) (bool, int, error) {
typeOf := reflect.TypeOf(values)

Expand Down

0 comments on commit 24d2777

Please sign in to comment.