File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,8 @@ export const allToolsInformation: { [key: string]: Tool } = {
117
117
modulePath : 'mvdan.cc/gofumpt' ,
118
118
replacedByGopls : true ,
119
119
isImportant : false ,
120
- description : 'Formatter'
120
+ description : 'Formatter' ,
121
+ defaultVersion : 'v0.1.1'
121
122
} ,
122
123
'gofumpt' : {
123
124
name : 'gofumpt' ,
Original file line number Diff line number Diff line change @@ -115,7 +115,8 @@ export const allToolsInformation: { [key: string]: Tool } = {
115
115
modulePath: 'mvdan.cc/gofumpt',
116
116
replacedByGopls: true,
117
117
isImportant: false,
118
- description: 'Formatter'
118
+ description: 'Formatter',
119
+ defaultVersion: 'v0.1.1'
119
120
},
120
121
'gofumpt': {
121
122
name: 'gofumpt',
@@ -242,4 +243,4 @@ export const allToolsInformation: { [key: string]: Tool } = {
242
243
isImportant: false,
243
244
description: 'Extract to functions and variables'
244
245
}
245
- };
246
+ };
You can’t perform that action at this time.
0 commit comments