Skip to content

Instantly share code, notes, and snippets.

@xNok
Last active April 6, 2021 03:36
Show Gist options
  • Save xNok/c0dfff5ca65dcf5b58d8a88073bbd659 to your computer and use it in GitHub Desktop.
Save xNok/c0dfff5ca65dcf5b58d8a88073bbd659 to your computer and use it in GitHub Desktop.
func GreetingMessage(user string) []slack.Block {
// [TODO]: parse the template `greetingViews/greeting.json`
view := slack.Msg{}
// [TODO]: unmarshal the template into slack.Msg{}
return view.Blocks.BlockSet
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment