Re: [go-nuts] x/term: go-keycodes

2017-05-14 Thread anatoly techtonik
On Fri, May 12, 2017 at 7:54 AM, Nigel Tao <nigel...@golang.org> wrote: > On Fri, May 12, 2017 at 3:11 AM, anatoly techtonik <techto...@gmail.com> > wrote: >> I am new to Go and I need a cross-platform value for keyboard key codes to >> make sure I can react

[go-nuts] x/term: go-keycodes

2017-05-11 Thread anatoly techtonik
I am new to Go and I need a cross-platform value for keyboard key codes to make sure I can react to user key presses regardless of operating system layer. Thanks to the feedback from other projects, namely https://github.com/eiannone/keyboard and https://github.com/depp/keycode I was able to

Re: [go-nuts] Re: go get -u doesn't update dependencies

2017-05-03 Thread anatoly techtonik
t; > On Tuesday, 2 May 2017 18:33:34 UTC+10, anatoly techtonik wrote: >> >> https://github.com/lxc/lxd/pull/3260 was an attempt to prevent breaking >> builds due to a missing/updated dependency with `go get -u`. However, this >> command didn't fetch it. Why? Why not to fix i

[go-nuts] go get -u doesn't update dependencies

2017-05-02 Thread anatoly techtonik
https://github.com/lxc/lxd/pull/3260 was an attempt to prevent breaking builds due to a missing/updated dependency with `go get -u`. However, this command didn't fetch it. Why? Why not to fix it? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group.

Re: [go-nuts] Link documentation sources

2017-04-17 Thread anatoly techtonik
ource.com/go/+/go1.8.1/src/path/path.go > > S. > > On Mon, 17 Apr 2017 at 20:49 anatoly techtonik <techto...@gmail.com> wrote: >> >> On Monday, April 17, 2017 at 7:35:00 PM UTC+3, Jan Mercl wrote: >>> >>> On Mon, Apr 17, 2017 at 5:45 PM anatoly tech

Re: [go-nuts] Link documentation sources

2017-04-17 Thread anatoly techtonik
On Monday, April 17, 2017 at 7:35:00 PM UTC+3, Jan Mercl wrote: > > On Mon, Apr 17, 2017 at 5:45 PM anatoly techtonik <tech...@gmail.com > > wrote: > > > I want to see documentation sources for this page - > https://golang.org/pkg/path/#pkg-overview > > Why there

[go-nuts] Link documentation sources

2017-04-17 Thread anatoly techtonik
I want to see documentation sources for this page - https://golang.org/pkg/path/#pkg-overview Why there is no link to them in the footer, like on https://readthedocs.org/? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from