donbright / go-hello-static-worldLinks
Hello World, with Go, Statically linked C, and CMake.
☆12Updated 10 years ago
Alternatives and similar repositories for go-hello-static-world
Users that are interested in go-hello-static-world are comparing it to the libraries listed below
Sorting:
- Example (for memory) build static golang example binary with static C++ library (*.go + (*.cpp -> *.a) -> static binary)☆24Updated 10 years ago
- Golang SWIG Example Project☆106Updated 9 years ago
- Demo of how to static link a c library to some go code.☆170Updated 10 years ago
- TryLock for Go☆66Updated 5 years ago
- [abandoned]☆119Updated 12 years ago
- NOT UPDATED FOR YEARS. How to mix C and Go with cgo☆132Updated 10 years ago
- Examples of calls between Go and C/C++ (and how to call a Go shared object from Node/Ruby/Python/Java)☆430Updated 8 years ago
- Low level image processing library in pure Go with SIMD assembly☆131Updated 8 years ago
- Experimental symbolizer for cgo backtraces☆141Updated 4 months ago
- Runtime dynamic library loader (dlopen / dlsym) for Go (golang)☆274Updated 6 years ago
- OpenCL bindings for Go☆150Updated 7 years ago
- A trivial channel pubsub I use in lots of projects.☆245Updated last year
- Bitset data structure