Commit 04b50cc
authored
fix(bindings): remove import "C" from Go test file (#42)
Go forbids cgo (import "C") in _test.go files. The cgo bridge
already lives in gf16.go; tests only call Go wrappers (FromF32,
ToF32, etc.) so the duplicate cgo block was unnecessary.
Closes #371 parent f91adf5 commit 04b50cc
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 15 | | |
22 | 16 | | |
23 | 17 | | |
| |||
0 commit comments