Skip to content

goccy/cgo-multipkg-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgo-multipkg-example

This contains of issues and solutions for binding multi-package libraries with cgo. Knowledge acquired in creating go-graphviz and go-zetasql

File Layout

├── LICENSE
├── README.md
├── failure
│   ├── 01_unnecessary_source
│   ├── 02_duplicated_symbol
│   ├── 03_undefined_symbol
│   └── 04_redefinition_variable
├── lib
│   ├── Makefile
│   ├── a.c
│   ├── b.c
│   ├── test.c
│   └── util.c
└── success
    ├── 01_replace_symbol
    ├── 02_single_pkg
    └── 03_export_symbol

About

This contains of issues and solutions for binding multi-package libraries with cgo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published