You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should execute src/main.go instead. I don't know how to have the same behavior than go run src/main.go -h. I guess the go.mod is not properly setup?
Thanks @Edu4rdSHL. I tried to troubleshot locally without a chance. Trying to find a better alternative I found Platypus the interactive shell mode worked well and the multi-listener is nice too.
Bug description
Warning: I don't know how Go projects work.
It seems that Girsh PKGBUILD is building only the revshell.go instead of the full tool located in the |src/](https://github.com/nodauf/Girsh/tree/main/src) folder.
So when you launch the tool it does not execute the expected function:
It should execute
src/main.go
instead. I don't know how to have the same behavior thango run src/main.go -h
. I guess thego.mod
is not properly setup?Update
I'm reading https://blog.golang.org/using-go-modules and I understand it's normal that
revshell.go
is there and that the one that should the main in src/.The text was updated successfully, but these errors were encountered: