Skip to content

Instantly share code, notes, and snippets.

@davidmontoyago
Created February 1, 2020 05:02
Show Gist options
  • Save davidmontoyago/6d88ef3333c42eb4c4809d6fbd634513 to your computer and use it in GitHub Desktop.
Save davidmontoyago/6d88ef3333c42eb4c4809d6fbd634513 to your computer and use it in GitHub Desktop.
this is a zap integration
package main
import "fmt"
func main() {
fmt.Println("hello from slack")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment