[go-nuts] Re: best practices of client middleware

2018-03-05 Thread Bojan Delić
As far as I am aware, there is very little information about best practices regarding client side middlewares. I though that having such support is neat idea and I have implemented something (that I use for some time now, though still in beta) that you might find useful for your use case. I ha

[go-nuts] Re: using docker for compiling

2019-02-01 Thread Bojan Delić
I have Makefile that supports build in docker image, part of it looks something like this: NAME := PACKAGE := github.com/username/repo .PHONY: build build: clean gobuild ## Build application .PHONY: gobuild gobuild: LDFLAGS=$(shell ./scripts/gen-ldflags.sh $(VERSION)) gobuild: @echo "Build

Re: [go-nuts] Not receiving email digests

2019-07-11 Thread Bojan Delić
Same for me, I haven't received digest for a long time, from quick search of inbox dates that amr reported are similar in my case as well. I have checked spam and there is nothing there. On Thursday, July 11, 2019 at 1:48:46 AM UTC+2, Ian Lance Taylor wrote: > > On Wed, Jul 10, 2019 at 4:33 PM