https://github.com/dvob/bullshit
https://github.com/dvob/bullshit
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dvob/bullshit
- Owner: dvob
- Created: 2020-03-07T14:39:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T13:36:44.000Z (over 2 years ago)
- Last Synced: 2025-02-16T10:45:29.887Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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())
}
```