https://github.com/roblesdotdev/woof
Demo golang package
https://github.com/roblesdotdev/woof
Last synced: 4 months ago
JSON representation
Demo golang package
- Host: GitHub
- URL: https://github.com/roblesdotdev/woof
- Owner: roblesdotdev
- Created: 2024-02-24T08:34:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-24T09:04:05.000Z (over 1 year ago)
- Last Synced: 2025-01-13T19:52:04.012Z (6 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())
}
```