Skip to content

Commit

Permalink
Remove duplicate "v" snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
Simeon F. Willbanks committed Oct 27, 2013
1 parent f621635 commit deffc63
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions snippets/go.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,6 @@ snippet sp
# true
snippet t
true
# variable declaration
snippet v
var ${1:t} ${0:string}
# goroutine named function
snippet g
go ${1:funcName}(${0})
Expand Down

0 comments on commit deffc63

Please sign in to comment.