You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
cmd/messenger | 3 years ago | |
.gitignore | 3 years ago | |
README.md | 3 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago |
README.md
Messenger
About
The project's goal is build a generic messenger that notifies through multiple channels
Usage
usage: print [-h|--help] [--webhook] [--url "<value>"]
Prints provided string to stdout
Arguments:
-h --help Print help information
--webhook Use this flag to enable webhook sending
--url URL to be used for webhook
Build
Use the following command to build the application:
go build git.samuelpua.com/telboon/messenger/cmd/messenger