File tree Expand file tree Collapse file tree 3 files changed +26
-11
lines changed Expand file tree Collapse file tree 3 files changed +26
-11
lines changed Original file line number Diff line number Diff line change
1
+ VERSION = " 2.0.0"
2
+
1
3
local micro = import (" micro" )
2
4
local config = import (" micro/config" )
3
5
local shell = import (" micro/shell" )
@@ -24,7 +26,7 @@ function onSave(bp)
24
26
gofmt (bp )
25
27
end
26
28
end
27
- return false
29
+ return true
28
30
end
29
31
30
32
function gofmt (bp )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ [{
2
+ "Name" : " go" ,
3
+ "Description" : " Go language support (gofmt and goimports)" ,
4
+ "Tags" : [" go" , " golang" ],
5
+ "Website" : " https://github.com/micro-editor/go-plugin" ,
6
+ "Versions" : [
7
+ {
8
+ "Version" : " 2.0.0" ,
9
+ "Url" : " https://github.com/micro-editor/go-plugin/archive/v2.0.0.zip" ,
10
+ "Require" : {
11
+ "micro" : " >=2.0.0"
12
+ }
13
+ },
14
+ {
15
+ "Version" : " 1.0.6" ,
16
+ "Url" : " https://github.com/micro-editor/comment-plugin/archive/v1.0.6.zip" ,
17
+ "Require" : {
18
+ "micro" : " >=1.1.0 <2.0.0"
19
+ }
20
+ }
21
+ ]
22
+ }]
23
+
You can’t perform that action at this time.
0 commit comments