Repo Added
|
Files
1
|
Badge
README BADGES
|
push
github
33 of 33 new or added lines in 1 file covered. (100.0%)
135 of 135 relevant lines covered (100.0%)
447.46 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
6655364353 | refs/tags/v0.3.0 | Support named slice types in API Change the API to support named slice types such as type mySlice []int This allows preserving the type in some functions. For example: type mySlice []int s1 := mySlice{1,2,3} s2 := Filter(s1, f... | push | github |
100.0 |