From c4e06ec2f2dbd32a62a8425b02fafde0d674e77f Mon Sep 17 00:00:00 2001 From: Yassine Benaid Date: Mon, 16 Dec 2024 16:13:40 +0100 Subject: [PATCH] remove: https://github.com/laher/goxc (#5524) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9a6c9431612..84cecd3b712 100644 --- a/README.md +++ b/README.md @@ -3311,7 +3311,6 @@ _Software written in Go._ - [gonative](https://github.com/inconshreveable/gonative) - Tool which creates a build of Go that can cross compile to all platforms while still using the Cgo-enabled versions of the stdlib packages. - [govvv](https://github.com/ahmetalpbalkan/govvv) - “go build” wrapper to easily add version information into Go binaries. - [gox](https://github.com/mitchellh/gox) - Dead simple, no frills Go cross compile tool. -- [goxc](https://github.com/laher/goxc) - build tool for Go, with a focus on cross-compiling and packaging. - [grapes](https://github.com/yaronsumel/grapes) - Lightweight tool designed to distribute commands over ssh with ease. - [GVM](https://github.com/moovweb/gvm) - GVM provides an interface to manage Go versions. - [Hey](https://github.com/rakyll/hey) - Hey is a tiny program that sends some load to a web application.