Skip to content

Instantly share code, notes, and snippets.

@taknb2nch
Created November 12, 2013 10:12
Show Gist options
  • Save taknb2nch/7428521 to your computer and use it in GitHub Desktop.
Save taknb2nch/7428521 to your computer and use it in GitHub Desktop.
sublime text snippet for go lang sample
<snippet>
<content><![CDATA[
package main
import "${1:fmt}"
func main() {
${2}
}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>sample</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.go</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment