Re: [go-nuts] Re: go language sensitive editor?

2018-11-22 Thread Anirudh Vyas
Could never get this one - Ed is the standard editor, is there a historical context of this? Did people say this a lot back when there were vim emacs and Ed only as choices of editors? On Nov 22, 2018, 05:28 -0800, Volker Dobler , wrote: > As emacs has not been recommended yet: Emacs! > > V. > >

[go-nuts] Large (binary or text) File transfers over rpc

2018-11-01 Thread Anirudh Vyas
Hello there - I am looking for example/help for using rpc to do file downloads - I am not sure if this is possible, or recommended or if there is a better/cleaner way. I like the robust nature of RPCs and have written a few good, performant distributed systems in them - was hoping/wondering if

[go-nuts] Printfln on fmt and log

2018-05-22 Thread Anirudh Vyas
Hi - I want to have a Printfln on log and fmt - Currently I use fmt.Printf( " yada yada \n", some_yada_yada) to achieve same effect. Is there a plan to add this simple yet extremely useful function? Thanks Anirudh -- You received this message because you are subscribed to the Google Groups