From 2ee60ea8324222612bc4f514d76b39d9a432ece8 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 16:52:19 +0000 Subject: [PATCH] Add tests and test fixtures for Python, JavaScript, and Go --- tests/fixtures/go/simple/main.go | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/fixtures/go/simple/main.go diff --git a/tests/fixtures/go/simple/main.go b/tests/fixtures/go/simple/main.go new file mode 100644 index 0000000..f0d7ce6 --- /dev/null +++ b/tests/fixtures/go/simple/main.go @@ -0,0 +1 @@ +/app/depnav/tests/fixtures/go/simple/main.go \ No newline at end of file