cgo-test-example
write code on C and test it with use go tests.
start a test
cd example_1 && go testcd example_2 && make
content
example_1- test printfexample_2- test library
write code on C and test it with use go tests.
cd example_1 && go testcd example_2 && makeexample_1 - test printfexample_2 - test library