Skip to content

Instantly share code, notes, and snippets.

@fallion
Created July 6, 2019 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fallion/c3b72cd848fe59f548b006c48d28ba1a to your computer and use it in GitHub Desktop.
Save fallion/c3b72cd848fe59f548b006c48d28ba1a to your computer and use it in GitHub Desktop.
Drone + GoReleaser: main.go
package main
import (
"log"
)
func main() {
log.Println("It works")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment