zengxs / cross-cgo
A simple example of how to cross-compile a Go program that uses CGO.
☆14Updated 2 months ago
Alternatives and similar repositories for cross-cgo:
Users that are interested in cross-cgo are comparing it to the libraries listed below
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 3 years ago
- A library for building custom DNS servers in Go.☆48Updated 9 months ago
- Thou shalt not stay☆82Updated 6 months ago
- Golang package to return the elapsed time since a given time in a human readable format☆36Updated 3 months ago
- Calling C functions from Go with minimal overhead☆12Updated 2 months ago
- A minimal but feature-rich HTTP router for Go☆34Updated 10 months ago
- SQLite over stdin/stdout☆82Updated last month
- Go library providing network access controls for dial functions and http transports☆32Updated 10 months ago
- win32 api for Go☆41Updated 8 months ago
- parser for iptoasn.com data☆20Updated 2 years ago
- Closed-loop application library for Cobra commands (powerful, ready-to-run and easy to use)☆77Updated 2 months ago
- Go SSH known_hosts wrapper with host key lookup☆32Updated this week
- Versioned Binary Serialization☆17Updated 6 months ago
- Execute JavaScript from Go (a fork of rogchap.com/v8go)☆71Updated this week
- ☆18Updated last week
- The golang tool of the zig compiler automatically compiles different targets according to the GOOS GOARCH environment variable. You need …☆44Updated 2 years ago
- Go package implementing WASI socket extensions☆149Updated last month
- Micro expression parser library for Go☆31Updated last month
- A fast file-based priority queue☆57Updated 9 months ago
- A simpler and faster alternative to regexp☆52Updated 2 years ago
- Embed arbitrary resources into a go executable at runtime, after the executable has been built.☆80Updated 2 months ago
- Package passwap provides a unified implementation between different password hashing algorithms. It allows for easy swapping between algo…☆58Updated 3 weeks ago
- A Go package that provides a simple way of accessing nested properties in maps and slices.☆49Updated last year
- Source code obfuscator for Golang☆26Updated 3 months ago
- High throughput primitives library☆50Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Assembly-optimized MD4 hash algorithm in Go