[go-nuts] Re: adding aes128-cbc support to ssh.go

2016-09-14 Thread Ain
On Wednesday, September 14, 2016 at 3:17:19 PM UTC+3, viljo...@gmail.com wrote: > > Hi, > > To start off I'm fairly new to Go, I would just like to know the following: > > If I make changes similar to yours in common.go, how would I be able to > make use of them in my main package. > > For exampl

[go-nuts] Re: adding aes128-cbc support to ssh.go

2016-09-14 Thread viljoenivan
Hi, To start off I'm fairly new to Go, I would just like to know the following: If I make changes similar to yours in common.go, how would I be able to make use of them in my main package. For example in my common.go file I added the following common.go func returnCiphers() []string {