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 (