Commit d7762b1
committed
fix: resolve Go multi-file component compilation issues
- Include both main.go and utils.go in simple_test example to fix 'undefined function' errors
- Restore proper main.go path detection in TinyGo compilation logic
- TinyGo now correctly finds functions across multiple Go files in same package
- Multi-file test demonstrates proper multi-Go file component development
- Resolves CI build failures for Go components1 parent f5ab3f7 commit d7762b1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments