Pig3on is a one-time secret program. Enter any secret you want and you'll get an unique link containing your secret. The secret will be destroyed after maximum time has passed or if the number of views has been reached.
To learn golang.
go get github.com/gorilla/mux
go get github.com/mattn/go-sqlite3
go build -o build/pigeon cmd/main.go
Any feedback or ideas are welcome! Want to improve something? Create a pull request!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Configure pre commit checks:
pre-commit install
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D