Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roblesdotdev/woof
Demo golang package
https://github.com/roblesdotdev/woof
Last synced: 2 days ago
JSON representation
Demo golang package
- Host: GitHub
- URL: https://github.com/roblesdotdev/woof
- Owner: roblesdotdev
- Created: 2024-02-24T08:34:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-24T09:04:05.000Z (11 months ago)
- Last Synced: 2024-11-14T04:36:27.082Z (2 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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())
}
```