From fe651bdf284f741f774f517205e54cf0f68d1baa Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 20 Aug 2024 22:48:59 +0000 Subject: [PATCH] add gocaudices credit for some code at the top --- main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.go b/main.go index c2e9c60..51b6d4f 100644 --- a/main.go +++ b/main.go @@ -14,6 +14,8 @@ // You should have received a copy of the GNU Affero General Public License // along with this prograb. If not, see . +// Credit to gocaudices (https://github.com/LordRusk/gocaudices) for the general outline of how to create the goroutines necessary, and for the X connection code. + package main import (