Skip to content

Commit

Permalink
Add a fmt.Println snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
jish committed Jun 14, 2014
1 parent 0bdec37 commit 50a98fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Snippets/fmt_Println.tmSnippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>content</key>
<string>fmt.Println(${1:"${2:Hello World!}"})$0</string>
<key>name</key>
<string>Print line</string>
<key>scope</key>
<string>source.go</string>
<key>tabTrigger</key>
<string>fmt</string>
<key>uuid</key>
<string>F5E717F6-A08B-4766-B1D5-0E43C796FDE1</string>
</dict>
</plist>
1 change: 1 addition & 0 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<string>0FC09B94-D4C1-4C21-8076-EE7075174926</string>
<string>0E515A1F-B6F7-4473-B4C6-D6485E7CD133</string>
<string>4B3F378E-D9E8-4CCB-B537-96099B406511</string>
<string>F5E717F6-A08B-4766-B1D5-0E43C796FDE1</string>
</array>
<key>name</key>
<string>Idioms</string>
Expand Down

0 comments on commit 50a98fd

Please sign in to comment.