You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
Planned:
2
+
- Rework some snippets, like a single import without an alias
3
+
- Add support for all go tools like fix, vet, lint, oracle
4
+
5
+
###3.0.0 / 2014-06-28
6
+
Default behavior of some commands has changed, so the version was incremented a major number to indicate backwards-incompatible behavior
7
+
8
+
-[Install, Build, Test, and Run commands all operate on current package instead of current file](https://github.com/syscrusher/golang.tmbundle/commit/be18b3daa5335e095943e3f155930b80c0bfcf82)
9
+
-[Rename "Compile" to "Build" to match go tool](https://github.com/syscrusher/golang.tmbundle/commit/403d900131e04fcf5403c2643e735ade62816e3c)
10
+
-[Simplify go fmt, make idiomatic](https://github.com/syscrusher/golang.tmbundle/commit/403d900131e04fcf5403c2643e735ade62816e3c)
11
+
-[Add go install command](https://github.com/syscrusher/golang.tmbundle/commit/403d900131e04fcf5403c2643e735ade62816e3c)
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
-
## Golang
2
-
(a TextMate 2 language bundle)
3
-
4
-
Version 2.1.1
1
+
## golang.tmbundle v3.0.0
2
+
(a TextMate 2 bundle for the go programming language)
5
3
6
4
### Installation
7
5
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.
8
6
7
+
Big changes from the default version:
8
+
- go test, build, run, and install all operate on the package level instead of per file
9
+
- added println and and printf snippets
10
+
- bugfixes
9
11
10
12
To install this bundle manually, open a Terminal window and do:
0 commit comments