Re: [go-nuts] go directive in go.mod

2019-03-08 Thread Ian Lance Taylor
On Fri, Mar 8, 2019 at 4:42 PM wrote: > > I am an engineer working on Heroku's Go buildpack. > > Our buildpack needed a way for users to select the version of Go that they > wanted to build their code, so a “hacky” solution of using build tag like > constructs was implemented: > https://github.

[go-nuts] go directive in go.mod

2019-03-08 Thread smudunuri
Hi, I am an engineer working on Heroku's Go buildpack . Our buildpack needed a way for users to select the version of Go that they wanted to build their code, so a “hacky” solution of using build tag like constructs was implemented: https://gith