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 } = {
9
9
name : 'gomodifytags' ,
10
10
importPath : 'github.com/fatih/gomodifytags' ,
11
11
modulePath : 'github.com/fatih/gomodifytags' ,
12
- replacedByGopls : false ,
12
+ replacedByGopls : true ,
13
13
isImportant : false ,
14
14
description : 'Modify tags on structs' ,
15
15
defaultVersion : 'v1.17.0'
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const allToolsInformation: { [key: string]: Tool } = {
7
7
name: 'gomodifytags',
8
8
importPath: 'github.com/fatih/gomodifytags',
9
9
modulePath: 'github.com/fatih/gomodifytags',
10
- replacedByGopls: false ,
10
+ replacedByGopls: true ,
11
11
isImportant: false,
12
12
description: 'Modify tags on structs',
13
13
defaultVersion: 'v1.17.0'
You can’t perform that action at this time.
0 commit comments