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

2017-01-03 Thread houseduesccs
I'm using Visual Studio Code, it works great and it's cross platform across Win, Linux, and Mac which I like because I'm on all three O/Ses a lot and I don't want to fight my muscle memory switching editors. If there is one thing Microsoft can do it's make IDEs. On Sunday, May 10, 2015 at 12:1

[go-nuts] Re: Basic Web Authentication Question

2017-01-03 Thread houseduesccs
Are you building a single page app or a multi-page? Off topic but related: How you are sending your username/password? Are you relying solely on TLS, or do you also encrypt or hash your passwords on the client before sending them to your server code? Sorry to hijack your thread, but I'm sure yo