Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmck-code/go-sortable
A pet project to implement generic-ish structures in Go
https://github.com/tmck-code/go-sortable
Last synced: 15 days ago
JSON representation
A pet project to implement generic-ish structures in Go
- Host: GitHub
- URL: https://github.com/tmck-code/go-sortable
- Owner: tmck-code
- License: mit
- Created: 2019-08-11T23:25:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-15T08:01:01.000Z (about 5 years ago)
- Last Synced: 2023-02-27T12:24:02.343Z (over 1 year ago)
- Language: Go
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-sortable
A pet project to implement generic-ish structures in Go## Run
```shell
go run generic.go# and
go run sortable.go
```