xsshell icon indicating copy to clipboard operation
xsshell copied to clipboard

I'm new to go, and your instructions just don't work

Open santosadrian opened this issue 3 years ago • 1 comments

┌──(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 avatar Jun 04 '22 18:06 santosadrian

@santosadrian Dont use ... And try to generate again with go generate github.com/raz-varren/xsshell@latest

Crypton1337 avatar Sep 01 '22 11:09 Crypton1337