[go-nuts] Will tons of go timer dramatically decrease performance.

2017-01-02 Thread Sokolov Yura
Also it is single structure with single global mutex-lock. -- 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 opti

[go-nuts] Basic Web Authentication Question

2017-01-02 Thread Henry
Hi, I have a question regarding a form-based authentication mechanism. Given the following situation: 1. User lands on the login page and attempts to sign in. 2. The server authenticates user and sets session cookie on the http response upon successful authentication. Then, how do I get the us

Re: [go-nuts] xml for a person used to python's lxml - multiple attributes

2017-01-02 Thread Sayth Renshaw
Is there a good simple ORM or pipeline to push data to a database like SQLite? Sayth -- 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...@go

[go-nuts] Re: What's the best IDE for golang?

2017-01-02 Thread João Henrique Machado Silva
I think that isa really personal question. I am really big fan of VIM and VS Code when I want something more visual. Both are pretty light and easy to use. Em domingo, 10 de maio de 2015 16:15:27 UTC-3, luke escreveu: > > What's the best IDE for golang? > Let's improve Microsoft? > > > https://

Re: [go-nuts] Re: What's the best IDE for golang?

2017-01-02 Thread Jon Mayo
LiteIDE worked out of the box at one time. I've not had any problems, but with software in a constant state of development I wouldn't be surprised if something is broken. That is a price one usually pays when working with new languages and tools. - Jon On Jan 2, 2017 9:51 AM, wrote: Nothing wor

[go-nuts] [ANN] go-model: v0.5 release - struct mapper and utility methods for Go

2017-01-02 Thread Jeevanandam M.
go-model: https://github.com/jeevatkm/go-model godoc: https://godoc.org/github.com/jeevatkm/go-model This release brings following features and enhancements: - Added `model.Get` and `model.Set` by field name - Added Mixed Types mapping support `model.AddConversion`, `model.AddConversio

[go-nuts] [ANN] go-resty v0.10 release - simple HTTP and REST client library

2017-01-02 Thread Jeevanandam M.
go-resty: https://github.com/go-resty/resty godoc : https://godoc.org/github.com/go-resty/resty This release brings following: - Added `Request.SetContext` for go1.7 and above - Fix request body issue on retry - Code quality improvements golint, errcheck, etc - Only breaking change

[go-nuts] Re: What's the best IDE for golang?

2017-01-02 Thread Andrey Kolkov
Announcing Gogland – Brand New Go IDE from JetBrains https://blog.jetbrains.com/go/2016/12/15/announcing-gogland-brand-new-go-ide-from-jetbrains / воскресенье, 10 мая 2015 г., 22:15:27 UTC+3 пользователь luke написал: > > What's the best IDE for golang? > Let's improve Microsoft? > > > https://vis

[go-nuts] Re: What's the best IDE for golang?

2017-01-02 Thread mishagam
Nothing worked in liteIDE out of box, no useful documentation either. May be worked for authors, but I doubt it. On Friday, January 22, 2016 at 6:50:06 PM UTC+3, Shy Robbiani wrote: > > I've been using LiteIDE now for quite a while as it has integrated > debugging options and go tools for anythi

[go-nuts] Re: How has your company adopted Go ?

2017-01-02 Thread ojucie
Poor man, you are out of luck. Unfortunatelly today I have the time to write a boring piece describing my saga at the current job. It can be entertaining, despite that. Something like one year ago I called the IT director and said: - Go is a great tool, I used it at my previous job, and we have

[go-nuts] Re: How has your company adopted Go ?

2017-01-02 Thread ojucie
Poor man, you are out of luck. Unfortunatelly today I have the time to write a boring piece describing my saga at the current job. It can be entertaining, despite that. Something like one year ago I called the IT director and said: - Go is a great tool, I used it at my previous job, and we have