Commit f5ab3f7
committed
fix: properly compile entire Go module directory (final fix)
- Removed the main.go-only path that was still present
- Now always compiles the entire module directory
- Ensures TinyGo sees all Go files in the same package
- Resolves multi-file Go component build failures definitively1 parent 6f8a736 commit f5ab3f7
1 file changed
+3
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
250 | 238 | | |
251 | 239 | | |
252 | 240 | | |
| |||
0 commit comments