Skip to content

Instantly share code, notes, and snippets.

@shoya140
Created November 2, 2013 22:15
Show Gist options
  • Select an option

  • Save shoya140/7284080 to your computer and use it in GitHub Desktop.

Select an option

Save shoya140/7284080 to your computer and use it in GitHub Desktop.
The snippets for golang.
snippet package main
abbr simple template with importing fmt
options head
package main
import (
"fmt"
)
func main() {
${1:Write code here}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment