File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export const allToolsInformation: { [key: string]: Tool } = {
99 name : 'gomodifytags' ,
1010 importPath : 'github.com/fatih/gomodifytags' ,
1111 modulePath : 'github.com/fatih/gomodifytags' ,
12- replacedByGopls : false ,
12+ replacedByGopls : true ,
1313 isImportant : false ,
1414 description : 'Modify tags on structs' ,
1515 defaultVersion : 'v1.17.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const allToolsInformation: { [key: string]: Tool } = {
77 name: 'gomodifytags',
88 importPath: 'github.com/fatih/gomodifytags',
99 modulePath: 'github.com/fatih/gomodifytags',
10- replacedByGopls: false ,
10+ replacedByGopls: true ,
1111 isImportant: false,
1212 description: 'Modify tags on structs',
1313 defaultVersion: 'v1.17.0'
You can’t perform that action at this time.
0 commit comments