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

https://github.com/z0rr0/pygo

Python / Go code examples
https://github.com/z0rr0/pygo

Last synced: 4 months ago
JSON representation

Python / Go code examples

Awesome Lists containing this project

README

          

# pygo

![Go](https://github.com/z0rr0/pygo/workflows/Go/badge.svg)
[![GoDoc](https://godoc.org/github.com/z0rr0/pygo?status.svg)](https://pkg.go.dev/github.com/z0rr0/pygo?tab=subdirectories)

Python / Go code examples

## Tests

```sh
go test -v -cover ./...
go test -bench=. -benchmem ./...
```