Skip to content

Commit

Permalink
v2.1.1 with gofmt fix plus misc housekeeping fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
syscrusher committed Jun 25, 2014
1 parent 122fb55 commit 710fe0b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
###2.1.1 / 2014-06-24
- [FIX: gofmt no longer supports -tabwidth or -tabs](https://github.com/syscrusher/golang.tmbundle/commit/122fb557211f3c0db5421cf1288f5b5ebd6bb338)

###2.1.0 / 2014-06-24
Merged improvements and fixes from around the community:

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Golang
(a TextMate 2 language bundle)
Version 2.1.0

Version 2.1.1

### Installation
TextMate by default will detect .go files and load [Jim Dovey's bundle](https://github.com/AlanQuatermain/go-tmbundle). This is a fork with additional improvements merged from around the community.
Expand All @@ -11,7 +12,7 @@ To install this bundle manually, open a Terminal window and do:
```Shell
mkdir ~/Library/Application\ Support/Avian/Bundles
cd ~/Library/Application\ Support/Avian/Bundles
git clone git://github.com/syscruser/golang.tmbundle.git
git clone git://github.com/syscrusher/golang.tmbundle.git
```


Expand Down
4 changes: 2 additions & 2 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<plist version="1.0">
<dict>
<key>contactEmailRot13</key>
<string>[email protected]</string>
<string>[email protected]</string>
<key>contactName</key>
<string>Jim Dovey</string>
<string>syscrusher</string>
<key>description</key>
<string>Support for the &lt;a href="http://golang.org"&gt;Go programming language&lt;/a&gt;.</string>
<key>mainMenu</key>
Expand Down

0 comments on commit 710fe0b

Please sign in to comment.