Skip to content

jwenz723/cgo_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgo_example

A simple example of how to make use of cgo

Packages

  • increment: demonstrates how a custom C library can be created (increment.c, increment.h) and then referenced in Go
  • pdh: demonstrates how a standard windows library can be used in Go
  • stdlib: demonstrates how a standard library can be used in Go with additional custom C code defined in the C preamble within stdlib.go

About

A simple example of how to make use of cgo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published