From 068a4aaa402e3912fde611fbc963fdbe865675c6 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Fri, 9 Jan 2026 13:57:13 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 620c91c..30c0045 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ The awesome list of things. - [Learn to Build a Database in Go from Scratch](https://build-your-own.org/blog/20251015_db_in_3000/): Intro to building a database in go with only the stdlib - [How I write tests in Go](https://blog.verygoodsoftwarenotvirus.ru/posts/testing-in-go/) - [Structured logging in Go](https://www.dash0.com/guides/logging-in-go-with-slog): Good intro into structured logging +- [Various Go Binding Projects From Derek Stinson](https://github.com/dereklstinson): Many of these are getting pretty old but they provide interesting examples of interfacing fo with many advanced C based APIs + - [HIP and Go](https://github.com/dereklstinson/hip) + - [Cudnn and Go](https://github.com/dereklstinson/gocudnn) + - [Cutil library](https://github.com/dereklstinson/cutil): A utility library for writing golang bindings for C projects. ### CLI Frameworks / Utilities / libraries