A Guacamole client in Go.
First start guacd in a container, for example:
docker run --name guacd -d -p 4822:4822 guacamole/guacdNext run provided main:
cd guac/cmd/guac
go run guac.goNow you can connect with the example Vue app
Initially forked from https://github.com/johnzhd/guacamole_client_go which is a direct rewrite of the Java Guacamole client. This project no longer resembles that one but it helped it get off the ground!
Some of the comments are taken directly from the official Apache Guacamole Java client.