Skip to content

doodlesbykumbi/go-c-shared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-c-shared

This is a POC of using a C-shared library (created from Go) in another Go program. It's composed of 3 files:

  • lib.go The library
  • main.go The main Go program leveraging the C-shared library
  • Makefile For easy running and building. Call make run to run and build.

If you'd like to try this in Docker:

docker run --rm -w /work -v $PWD:/work golang make run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published