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: 6 months ago
JSON representation

A pet project to implement generic-ish structures in Go

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
```