Codebase list golang-github-nlopes-slack / eb54e36
Fix misconfigured package name used in examples/blocks/blocks.go Junya Ogasawara authored 5 years ago James committed 5 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
33 "encoding/json"
44 "fmt"
55
6 "github.com/MattDavisRV/slack"
6 "github.com/nlopes/slack"
77 )
88
99 // The functions below mock the different templates slack has as examples on their website.