An open API service indexing awesome lists of open source software.

https://github.com/frantjc/x

A collection of Go packages amassed over the years which each feel like they should be a part of their corresponding standard library package.
https://github.com/frantjc/x

Last synced: about 1 year ago
JSON representation

A collection of Go packages amassed over the years which each feel like they should be a part of their corresponding standard library package.

Awesome Lists containing this project

README

          

# x [![CI](https://github.com/frantjc/x/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/frantjc/x/actions) [![godoc](https://pkg.go.dev/badge/github.com/frantjc/x.svg)](https://pkg.go.dev/github.com/frantjc/x) [![goreportcard](https://goreportcard.com/badge/github.com/frantjc/x)](https://goreportcard.com/report/github.com/frantjc/x) ![license](https://shields.io/github/license/frantjc/x)

A collection of [Go](https://go.dev) packages amassed over the years which each feel like they should be a part of their corresponding standard library package.

## install

```sh
go get github.com/frantjc/x
```