Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/roblesdotdev/woof

Demo golang package
https://github.com/roblesdotdev/woof

Last synced: 2 days ago
JSON representation

Demo golang package

Awesome Lists containing this project

README

        

## Woof

Demo golang package.

### Usage

`go get github.com/roblesdotdev/woof`

```
// main.go
import (
"fmt"

"github.com/roblesdotdev/woof"
)

func main() {
fmt.Println(woof.Woof())
}
```