Skip to content

nu7hatch/cgoecho2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Echo with CGO
=============

It's a little bit more complicated `echo` command demonstrating how to write C 
extensions for Go apps using Makefiles to make the package maintainance easier. 
You can install it with:

    $ go install github.com/nu7hatch/cgoecho2

Or build manually:

    $ git clone git://github.com/nu7hatch/cgoecho2.git
    $ cd cgoecho2
    $ make

About

Modular version of the cgo echo example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published