Skip to content

Commit d779a93

Browse files
authored
feat: add support for golang test and workspaces file (#141)
1 parent 8cc878e commit d779a93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,9 @@ const base = {
311311
'*.cxx': '$(capture).hpp, $(capture).h, $(capture).hxx',
312312
'*.cc': '$(capture).hpp, $(capture).h, $(capture).hxx',
313313
'*.c': '$(capture).h',
314+
'*.go': '$(capture)_test.go',
314315
'go.mod': 'go.sum',
316+
'go.work': 'go.work.sum',
315317
'default.nix': 'shell.nix',
316318
'flake.nix': 'flake.lock',
317319
'BUILD.bazel': '*.bzl, *.bazel, *.bazelrc, bazel.rc, .bazelignore, .bazelproject, WORKSPACE',

0 commit comments

Comments
 (0)