Skip to content

Commit

Permalink
Better name
Browse files Browse the repository at this point in the history
  • Loading branch information
tebeka committed May 18, 2014
1 parent 84d9764 commit fb0a6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/go.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -231,13 +231,13 @@ snippet ga
${3:/* code */}
}(${0})
# test function
snippet tst
snippet test
func Test${1:name}(t *testing.T) {
${2}
}
${0}
# benchmark function
snippet bnch
snippet bench
func Benchmark${1:name}(b *testing.B) {
for i := 0; i < b.N; i++ {
${2}
Expand Down

0 comments on commit fb0a6fc

Please sign in to comment.