-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1490919
commit b1ca363
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
// Package jira implement slackcmd.Commander to handle request about jira ticket, | ||
// it will get ticket IDs from request, and give back ticket details into the channel that sent command. | ||
// | ||
// This package (slackcmd also) use Viper (https://github.com/spf13/viper) for manage configuration of app, | ||
// so, copy config from file `config.yml.dist` to your application config, replace by your config value, | ||
// This package (and package slackcmd also) use Viper (https://github.com/spf13/viper) to manage configuration of app. | ||
// So, copy config from file `config.yml.dist` to your application config, replace by your config value, | ||
// and use Viper to load the config. | ||
// | ||
// Check out example package in (github.com/ngdinhtoan/slackcmd/example) to see how to use this package. | ||
// Check out package example (github.com/ngdinhtoan/slackcmd/example) to see how to use this package. | ||
package jira |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters