Skip to content

Instantly share code, notes, and snippets.

@grantseltzer
Created September 14, 2018 01:16
Show Gist options
  • Save grantseltzer/23725595ff4338b9a0431d49a25f7d0a to your computer and use it in GitHub Desktop.
Save grantseltzer/23725595ff4338b9a0431d49a25f7d0a to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
fmt.Println("this is a test")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment