Skip to content

Commit

Permalink
Merge pull request #2 from twiebe-va/fix-method-name
Browse files Browse the repository at this point in the history
Fix method name in interface
  • Loading branch information
Udeep Tandukar authored Sep 18, 2018
2 parents 1e0d70b + 144695d commit b603dcc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VSlack - Go
### Version 1.1.0
### Version 1.2.0
Send messages to slack using a slack incoming web hook in Go.

## Examples
Expand Down Expand Up @@ -67,6 +67,9 @@ func attach() {

## Change Log

### 1.2.0
- Fix name in Interface of `SetIncomingWebhookURI`

### 1.1.0
- Add implementation for SendAsync

Expand Down
2 changes: 1 addition & 1 deletion vslack.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

// Interface is a VSlack interface
type Interface interface {
SetIncomingwebHookURI(h string) *VSlack
SetIncomingWebhookURI(h string) *VSlack
SetChannel(c string) *VSlack
SetUsername(u string) *VSlack
SetIconEmoji(i string) *VSlack
Expand Down

0 comments on commit b603dcc

Please sign in to comment.