Skip to content

Commit

Permalink
Added go report badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
umpc committed Jul 4, 2017
1 parent 96599f1 commit 636ae3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SortedMap

[![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)
[![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)

SortedMap is a simple library that provides a value-sorted ```map[interface{}]interface{}``` type and methods combined from Go 1 map and slice primitives.

Expand Down
2 changes: 1 addition & 1 deletion asc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Asc

[![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)
[![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)

Asc allows for a simple method of selecting an ascending insertion sort function for any of the supported types.

Expand Down
2 changes: 1 addition & 1 deletion desc/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Desc

[![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)
[![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)

Desc allows for a simple method of selecting a descending insertion sort function for any of the supported types.

Expand Down

0 comments on commit 636ae3d

Please sign in to comment.