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

https://github.com/dvob/bullshit


https://github.com/dvob/bullshit

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# bullshit

Go port of the [bullshit](http://man.cat-v.org/9front/1/bullshit) command of [9front](http://9front.org/).

## Usage
```go
package main

import (
"fmt"

"github.com/dvob/bullshit"
)

func main() {
fmt.Println(bullshit.Get())
}
```