From 7f71f18f01f6e5fecead78a669255fd1b205a116 Mon Sep 17 00:00:00 2001 From: Craig Date: Mon, 10 Feb 2020 01:01:44 +0000 Subject: [PATCH] note --- server/internal/hid/hid.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server/internal/hid/hid.go b/server/internal/hid/hid.go index 46a30cbb..e4b37551 100644 --- a/server/internal/hid/hid.go +++ b/server/internal/hid/hid.go @@ -1,7 +1,8 @@ // NOTE: I have no fucking clue what I'm doing with this, // it works, but I am positive I'm doing this very wrong... -// should I be freeing these strings? does go cg them? +// should I be freeing these strings? does go gc them? // pretty sure this *isn't* thread safe either.... /shrug +// if you know a better way to get this done *please* make a pr <3 package hid