diff options
| author | ruki <[email protected]> | 2025-12-05 22:36:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-12-05 22:36:39 +0800 |
| commit | e688a7bd853c49ec10aa8656e704c2115ea5e14c (patch) | |
| tree | ea514a602e65bec18b18e4037df605357bd95443 /tests/projects | |
| parent | 6d803e27d205bc7282597ac4db2a105f2a79d5ad (diff) | |
rewrite golang support
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/go/static_library/src/test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/go/static_library/src/test.go b/tests/projects/go/static_library/src/test.go index cf10523f9..c4e13af53 100644 --- a/tests/projects/go/static_library/src/test.go +++ b/tests/projects/go/static_library/src/test.go @@ -2,7 +2,7 @@ package main import ( "fmt" - "module" + "test" ) func Run() { |
