Skip to content

Commit e3f8c65

Browse files
authored
feat: go mod file (#18)
1 parent 7693899 commit e3f8c65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ const base = {
152152
'*.tsx': '$(capture).ts',
153153
'index.d.ts': '*.d.ts',
154154
'shims.d.ts': '*.d.ts',
155+
'go.mod': 'go.sum',
155156
}
156157

157158
const full = {

0 commit comments

Comments
 (0)