[go-nuts] go gtk3 simple text editor

2017-09-11 Thread Oleg Puchinin
Hello ! Can you help me wirte subj ? I use "glade" and gotk3. I need scrollbars for textedit widget. Oleg. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang

Re: [go-nuts] english language help

2017-08-30 Thread Oleg Puchinin
ОНО Спасибо ! 2017-08-30 20:30 GMT+06:00 Konstantin Khomoutov : > On Wed, Aug 30, 2017 at 07:17:26PM +0600, Oleg Puchinin wrote: > > > Hello ! > > Anybody speak russian ? > > I work on "Jay" - indexer for Go language (for LiteIDE). Can anybody > speak

[go-nuts] english language help

2017-08-30 Thread Oleg Puchinin
Hello ! Anybody speak russian ? I work on "Jay" - indexer for Go language (for LiteIDE). Can anybody speak my this theme in russian language ? Last link: svn checkout --username=olegpuchinin svn+ssh:// olegpuchi...@svn.code.sf.net/p/opjay/code/ opjay-code Thank you ! Oleg. -- You received this

Re: [go-nuts] liteide x32.2 released

2017-08-04 Thread Oleg Puchinin
liteidex32.2.linux64-qt4.tar.bz2 $ bin/liteide say ./liteide: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory Debian 9.1 Oleg. 2017-07-1

Re: [go-nuts] errors package

2017-07-30 Thread Oleg Puchinin
Cool ! Thank you ! Oleg. 2017-07-30 15:39 GMT+06:00 : > https://dave.cheney.net/2016/04/27/dont-just-check-errors- > handle-them-gracefully > > > On Sunday, July 30, 2017 at 11:40:59 AM UTC+3, Oleg Puchinin wrote: >> >> Hi ! >> IMHO package "errors" b

[go-nuts] errors package

2017-07-30 Thread Oleg Puchinin
Hi ! IMHO package "errors" bad. How in the program to check which error actually occurred? Well it is impossible on a string. Thank you ! Oleg. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving ema

Re: [go-nuts] anything much faster container.List

2017-02-27 Thread Oleg Puchinin
27;s a > simple enough idea that you can easily write your own, but if you want an > example: https://github.com/badgerodon/container/blob/master/ > unrolledlist.go > > On Monday, February 27, 2017 at 8:04:10 AM UTC-5, Oleg Puchinin wrote: >> >> Hello ! >> I have a mi

[go-nuts] anything much faster container.List

2017-02-27 Thread Oleg Puchinin
Hello ! I have a million strings. The ever-expanding array is not for me. The element on the line, too, is not it. Is there anything more powerful c ontainer.List? Oleg. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this gr

[go-nuts] cmd.Exec over TCP

2017-02-25 Thread Oleg Puchinin
Hello ! What is wrong and how to do it ? func handleconnection(tcp net.Conn) { cmd := exec.Command("/bin/bash") cmd.Stdin = tcp cmd.Stdout = tcp cmd.Run() } go handle connection Thanks ! Oleg. -- You received this message because you are subscribed to the Google Groups "golang

Re: [go-nuts] Please help my (exec.Command)

2017-02-25 Thread Oleg Puchinin
I stupid :( Work fine, thank you. Oleg. 2017-02-26 10:59 GMT+06:00 Shawn Milochik : > Try: > > > cmd := exec.Command(spl...) > > > > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails fr

[go-nuts] Please help my (exec.Command)

2017-02-25 Thread Oleg Puchinin
How to do it without errors ? spl := strings.Split(scmd, ' ') cmd := exec.Command(spl[0], spl[1:]) Thank you ! Oleg. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email

Re: [go-nuts] TLS

2016-06-27 Thread Oleg Puchinin
6 20:48:06 UTC+10, Oleg Puchinin wrote: >> >> I want connect to my TCP server from my client use tls. >> >> 2016-06-27 16:44 GMT+06:00 Dave Cheney : >> >>> If you want to make a connection to a server take speaks TLS, you can >>> use https://godoc.org/

Re: [go-nuts] TLS

2016-06-27 Thread Oleg Puchinin
e > net/http package does this automatically for you. > > If you can share some more details about what you are trying to do, we can > probably give a better suggestion. > > Thanks > > Dave > > On Monday, 27 June 2016 20:27:41 UTC+10, Oleg Puchinin wrote: >> >&

[go-nuts] TLS

2016-06-27 Thread Oleg Puchinin
Hello ! How to start use tls for TCP connection ? Oleg. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more option

[go-nuts] my own lib

2016-06-27 Thread Oleg Puchinin
Hello ! How do I publish my project right? One file for now. https://sourceforge.net/projects/opgolib/?source=navbar Oleg -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an

[go-nuts]

2016-06-25 Thread Oleg Puchinin
Hello ! How to make (and load) GUI form in Go ? Oleg. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options,

[go-nuts] russian language books about Go

2016-06-24 Thread Oleg Puchinin
Hello ! Where I can find subject ? Oleg. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https: