cgo-by-example icon indicating copy to clipboard operation
cgo-by-example copied to clipboard

NOT UPDATED FOR YEARS. How to mix C and Go with cgo

Results 2 cgo-by-example issues
Sort by recently updated
recently updated
newest added

Hello! Could you add test for cgo.

Running make, "go vet" fails, I commented this line out, and get the following results. ``` gofmt -e -s -w . cc -g -fPIC -c -o lib/lib.o lib/lib.c cc -g...