Skip to content
This repository has been archived by the owner on May 2, 2018. It is now read-only.

Commit

Permalink
Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelHobson committed Apr 13, 2014
1 parent 6867ae9 commit 32df36c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.3

Bugfixes

- Go-fmt now works when used from the sidebar
- Go-test prints output to console for failed tests

## 0.1.2

Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We aren't Clojure experts so don't expect too much fanciness here, changes are w

### Installation

The version of this plugin in the plugin manager for Light Table is out of date.For the time being, clone this repository into your Light Table plugins folder with the name "LightTable-Go".
The version of this plugin in the plugin manager for Light Table may be out of date. If you want the latest version, clone this repository into your Light Table plugins folder with the name "LightTable-Go".

### Configuration

Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Go",
"author": "toqueteos",
"version": "0.1.1",
"version": "0.1.3",
"source": "https://github.com/toqueteos/LightTable-Go",
"desc": "Go language plugin for Light Table",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(defproject com.github.toqueteos/LightTable-Go "0.1.1"
(defproject com.github.toqueteos/LightTable-Go "0.1.3"
:description "Go language plugin for Light Table"
:dependencies [[org.clojure/clojure "1.5.1"]])

0 comments on commit 32df36c

Please sign in to comment.