I'm new to go, and your instructions just don't work
┌──(root㉿debianleno)-[/home/user] └─# go install github.com/raz-varren/xsshell go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/raz-varren/xsshell@latest' to install the latest version
┌──(root㉿debianleno)-[/home/user] └─# go install github.com/raz-varren/xsshell@latest go: finding module for package github.com/gorilla/websocket go: found github.com/gorilla/websocket in github.com/gorilla/websocket v1.5.0
┌──(root㉿debianleno)-[/home/user] └─# go generate github.com/raz-varren/xsshell... go: warning: "github.com/raz-varren/xsshell..." matched no packages
Please update installation info.
@santosadrian Dont use ... And try to generate again with go generate github.com/raz-varren/xsshell@latest