Commit a01bb56
committed
fix: add utils.go to Go components using main.go
- calculator_component, http_service_component, calculator_component_debug now include utils.go
- main.go calls TestFunction, Add, Multiply from utils.go so all components need it
- simple_test and multi_file_test already had utils.go and work
- http_service_component still fails due to missing binding dependency (separate issue)1 parent f1eb8fd commit a01bb56
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
0 commit comments