Skip to content

Commit

Permalink
Merge pull request #91 from gotilty/feature/generic_contains
Browse files Browse the repository at this point in the history
up - test
  • Loading branch information
hayrullahcansu authored Jul 2, 2022
2 parents 0b7513a + deb89ea commit 8874005
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@
# vendor/

__debug*
.DS_Store*
.DS_Store*

.idea

2 changes: 1 addition & 1 deletion map_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ func ExampleMap() {
return v * v
})
fmt.Println(result)
// Output: 100, 400
// Output: [100 400]
}
9 changes: 0 additions & 9 deletions some.go

This file was deleted.

0 comments on commit 8874005

Please sign in to comment.