From 0e0fbee94a177f52d0964aa863790a16e35c0a04 Mon Sep 17 00:00:00 2001 From: Scott Knight <4534275+knightsc@users.noreply.github.com> Date: Thu, 22 Aug 2019 08:28:17 -0400 Subject: [PATCH] Update Go binding information --- bindings/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/README b/bindings/README index c0ee8f5d61..8605806259 100644 --- a/bindings/README +++ b/bindings/README @@ -3,9 +3,9 @@ See /README for how to compile & install each binding. More bindings created & maintained by the community are available as followings. -- Gapstone: Go binding (by Ben Nagy). +- Gapstone: Go binding (by Scott Knight). - https://github.com/bnagy/gapstone + https://github.com/knightsc/gapstone - Crabstone: Ruby binding (by Ben Nagy).