Le vendredi 03 avril 2020 à 10:58 +, Ralf Senderek a écrit :
> I need a bit of assistance from a GO package expert.
>
> I'm trying to package ssh-chat. (
> https://bugzilla.redhat.com/show_bug.cgi?id=1819180)
> ssh-chat is written in GO and it implements a custom SSH server
> (on a different
Hi.
For Go packages, what we do is to use dependencies that are already in
the repo and avoid download anything because as you saw, there is no
connectivity inside mock. Also, we avoid using vendoring.
You should take a look at
https://docs.fedoraproject.org/en-US/packaging-guidelines/Golang/
bec
I need a bit of assistance from a GO package expert.
I'm trying to package ssh-chat.
(https://bugzilla.redhat.com/show_bug.cgi?id=1819180)
ssh-chat is written in GO and it implements a custom SSH server
(on a different port) that provides a chat room instead of a shell.
I was successful to bui