Skip to content

Commit

Permalink
add some more snippets fot golang
Browse files Browse the repository at this point in the history
  • Loading branch information
wklken committed Jul 24, 2014
1 parent 2ebf5d6 commit 12aa387
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions additional_snippets/go.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,27 @@ endsnippet
snippet s
string${1}
endsnippet

snippet fpl
fmt.Println("${1}")
endsnippet

snippet fpf
fmt.Printf("${1}", ${2})
endsnippet

snippet err
if err != nil {
${1}
}
endsnippet

snippet /*
/*
${1}


*/
endsnippet


0 comments on commit 12aa387

Please sign in to comment.