[go-nuts] multiple write headers problem

2016-11-23 Thread gkolampas
Hey im running a go server locally using gorilla mux and net/http. For class we needed to create a room reservation system. I was testing the application on multiple compyters on the same network but when trying to create a reservation from both computer at the same time to test concurrency I g

[go-nuts] Re: My Computer compiles go slower than my friends worse laptop

2016-11-06 Thread gkolampas
> > > It is my anti-virus, I disabled it and now my build is down to > real0m0.511s user0m0.015s sys 0m0.000s -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop

[go-nuts] Re: My Computer compiles go slower than my friends worse laptop

2016-11-06 Thread gkolampas
I run it again after -i and do -v and get this command-line-arguments real0m7.048s user0m0.015s sys 0m0.000s On Sunday, November 6, 2016 at 2:51:49 PM UTC-5, Dave Cheney wrote: > > Can you please use the -v flag and compare the output between your friends > machine and your own. I su

[go-nuts] Re: My Computer compiles go slower than my friends worse laptop

2016-11-06 Thread gkolampas
github.com/Skellyboy38/SOEN-343-NullPointer/Layers/domain_layer/classes github.com/lib/pq/oid github.com/gorilla/mux github.com/lib/pq

[go-nuts] Re: My Computer compiles go slower than my friends worse laptop

2016-11-06 Thread gkolampas
go build main.go On Sunday, November 6, 2016 at 1:21:24 AM UTC-5, Dave Cheney wrote: > > What is the exact command you and your friend are using to build your > project? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this g

[go-nuts] My Computer compiles go slower than my friends worse laptop

2016-11-05 Thread gkolampas
My friends wh ouses a i5 6200 intel dell xps laptop compiles our project in 1.4s While my desktop that has a i7 6700k intel take 6 seconds. I have 16gb of ram and sdd only so what gives? here is my go env set GOARCH=amd64 set GOBIN=C:\Users\Something\Documents\CodeProjects\Go\bin set GOEXE=.exe s