Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikespook/sortmap
SortMap illustrates how to build a sortable map in Golang. Also, this library can be used in a practical project.
https://github.com/mikespook/sortmap
Last synced: 14 days ago
JSON representation
SortMap illustrates how to build a sortable map in Golang. Also, this library can be used in a practical project.
- Host: GitHub
- URL: https://github.com/mikespook/sortmap
- Owner: mikespook
- License: mit
- Created: 2016-02-22T08:53:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T10:18:32.000Z (over 8 years ago)
- Last Synced: 2024-06-20T00:37:12.275Z (5 months ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SortMap
======[![Build Status](https://travis-ci.org/mikespook/sortmap.png?branch=master)](https://travis-ci.org/mikespook/sortmap)
[![GoDoc](https://godoc.org/github.com/mikespook/sortmap?status.png)](https://godoc.org/github.com/mikespook/sortmap)
[![Coverage Status](https://coveralls.io/repos/github/mikespook/sortmap/badge.svg?branch=master)](https://coveralls.io/github/mikespook/sortmap?branch=master)SortMap illustrates how to build a sortable map in Golang. Also, this library can be used in a practical project.
Install
=======Install the package:
> $ go get github.com/mikespook/sortmap
Authors
=======* Xing Xing [Blog](http://mikespook.com)
[@Twitter](http://twitter.com/mikespook)Open Source - MIT Software License
==================================See LICENSE.