/Pigeon

One-time secret program.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

Pigeon

Go Report Card

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.

Motivation

To learn golang.

Installing

go get github.com/gorilla/mux
go get github.com/mattn/go-sqlite3
go build -o build/pigeon cmd/main.go

Contribute

Any feedback or ideas are welcome! Want to improve something? Create a pull request!

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Configure pre commit checks: pre-commit install
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D