File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# SortedMap
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/umpc/go-sortedmap.svg?branch=master )] ( https://travis-ci.org/umpc/go-sortedmap ) [ ![ Coverage Status] ( https://codecov.io/github/umpc/go-sortedmap/badge.svg?branch=master )] ( https://codecov.io/github/umpc/go-sortedmap?branch=master ) [ ![ GoDoc] ( https://godoc.org/github.com/umpc/go-sortedmap?status.svg )] ( https://godoc.org/github.com/umpc/go-sortedmap )
3
+ [ ![ Build Status] ( https://travis-ci.org/umpc/go-sortedmap.svg?branch=master )] ( https://travis-ci.org/umpc/go-sortedmap ) [ ![ Coverage Status] ( https://codecov.io/github/umpc/go-sortedmap/badge.svg?branch=master )] ( https://codecov.io/github/umpc/go-sortedmap?branch=master ) [ ![ Go Report Card ] ( https://goreportcard.com/badge/github.com/umpc/go-sortedmap )] ( https://goreportcard.com/report/github.com/umpc/go-sortedmap ) [ ![ GoDoc] ( https://godoc.org/github.com/umpc/go-sortedmap?status.svg )] ( https://godoc.org/github.com/umpc/go-sortedmap )
4
4
5
5
SortedMap is a simple library that provides a value-sorted ``` map[interface{}]interface{} ``` type and methods combined from Go 1 map and slice primitives.
6
6
Original file line number Diff line number Diff line change 1
1
# Asc
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/umpc/go-sortedmap.svg?branch=master )] ( https://travis-ci.org/umpc/go-sortedmap ) [ ![ Coverage Status] ( https://codecov.io/github/umpc/go-sortedmap/badge.svg?branch=master )] ( https://codecov.io/github/umpc/go-sortedmap?branch=master ) [ ![ GoDoc] ( https://godoc.org/github.com/umpc/go-sortedmap/asc?status.svg )] ( https://godoc.org/github.com/umpc/go-sortedmap/asc )
3
+ [ ![ Build Status] ( https://travis-ci.org/umpc/go-sortedmap.svg?branch=master )] ( https://travis-ci.org/umpc/go-sortedmap ) [ ![ Coverage Status] ( https://codecov.io/github/umpc/go-sortedmap/badge.svg?branch=master )] ( https://codecov.io/github/umpc/go-sortedmap?branch=master ) [ ![ Go Report Card ] ( https://goreportcard.com/badge/github.com/umpc/go-sortedmap )] ( https://goreportcard.com/report/github.com/umpc/go-sortedmap ) [ ![ GoDoc] ( https://godoc.org/github.com/umpc/go-sortedmap/asc?status.svg )] ( https://godoc.org/github.com/umpc/go-sortedmap/asc )
4
4
5
5
Asc allows for a simple method of selecting an ascending insertion sort function for any of the supported types.
6
6
Original file line number Diff line number Diff line change 1
1
# Desc
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/umpc/go-sortedmap.svg?branch=master )] ( https://travis-ci.org/umpc/go-sortedmap ) [ ![ Coverage Status] ( https://codecov.io/github/umpc/go-sortedmap/badge.svg?branch=master )] ( https://codecov.io/github/umpc/go-sortedmap?branch=master ) [ ![ GoDoc] ( https://godoc.org/github.com/umpc/go-sortedmap/desc?status.svg )] ( https://godoc.org/github.com/umpc/go-sortedmap/desc )
3
+ [ ![ Build Status] ( https://travis-ci.org/umpc/go-sortedmap.svg?branch=master )] ( https://travis-ci.org/umpc/go-sortedmap ) [ ![ Coverage Status] ( https://codecov.io/github/umpc/go-sortedmap/badge.svg?branch=master )] ( https://codecov.io/github/umpc/go-sortedmap?branch=master ) [ ![ Go Report Card ] ( https://goreportcard.com/badge/github.com/umpc/go-sortedmap )] ( https://goreportcard.com/report/github.com/umpc/go-sortedmap ) [ ![ GoDoc] ( https://godoc.org/github.com/umpc/go-sortedmap/desc?status.svg )] ( https://godoc.org/github.com/umpc/go-sortedmap/desc )
4
4
5
5
Desc allows for a simple method of selecting a descending insertion sort function for any of the supported types.
6
6
You can’t perform that action at this time.
0 commit comments