Skip to content

Commit 4dfafc7

Browse files
committed
chore: bump CI
1 parent ab9f5b8 commit 4dfafc7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ before_install:
33
- go get golang.org/x/tools/cmd/cover
44
- go get github.com/stretchr/testify
55
go:
6-
- "1.13"
6+
- "1.14"
77
script: make test

README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,12 @@ Retrieves the value at path of struct(s).
375375
376376
377377
funk.GetOrElse
378-
.........
378+
..............
379379

380380
Retrieves the value of the pointer or default.
381381

382382
.. code-block:: go
383+
383384
str := "hello world"
384385
GetOrElse(&str, "foobar") // string{"hello world"}
385386
GetOrElse(str, "foobar") // string{"hello world"}
@@ -539,7 +540,7 @@ see also, typesafe implementations: ShuffleInt_, ShuffleInt64_, ShuffleFloat32_,
539540
.. _ShuffleString: https://godoc.org/github.com/thoas/go-funk#ShuffleString
540541

541542
funk.Subtract
542-
............
543+
.............
543544

544545
Returns the subtraction between two collections. It preserve order.
545546

0 commit comments

Comments
 (0)