From ab30e64a29d17c806f8ccd5a8f8674e2aa0a16b7 Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Fri, 18 Oct 2024 21:50:09 -0500 Subject: [PATCH] update xgo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0336ce..800225c 100644 --- a/README.md +++ b/README.md @@ -124,4 +124,4 @@ Running tug itself within a Docker context, such as for CI/CD, would naturally r * [snek](https://github.com/mcandre/snek) ports native C/C++ applications * [tonixxx](https://github.com/mcandre/tonixxx) ports applications of any programming language * [WASM](https://webassembly.org/) provides a portable interface for C/C++ code -* [xgo](https://github.com/crazy-max/xgo) supports Go projects with native cgo dependencies +* [xgo](https://github.com/techknowlogick/xgo) supports Go projects with native cgo dependencies