A simple Golang package intending to provide CLI users a quick way to fuck anyone or anything.
It has been made as a personal training to Golang basic development.
Credit for the fucks go to Fuck Off As A Service
Simply use:
$ fuck somebody
//or
$ fuck "Who to fuck"
Signature customization:
$ fuck --me=Philippe somebody
//or
$ fuck -m Philippe "Who to fuck"
To install, use go get
:
$ go get -d github.com/philippecarle/fuck
To install project dependencies, use glide
$ glide install
To get the binary, use go install
:
$ go install
- Fork (https://github.com/philippecarle/fuck/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create a new Pull Request