Re: [go-nuts] What is the current status of generics in Go?

2019-05-07 Thread 'kalekold' via golang-nuts
Thanks. On Monday, 6 May 2019 21:55:19 UTC+1, Ian Lance Taylor wrote: > > On Mon, May 6, 2019 at 9:22 AM 'kalekold' via golang-nuts > > wrote: > > > > I saw a design document floating about sometime last year and there > seemed to be a lot of thought goin

[go-nuts] What is the current status of generics in Go?

2019-05-06 Thread 'kalekold' via golang-nuts
I saw a design document floating about sometime last year and there seemed to be a lot of thought going into implementing them? What is the current status and where can I read more? Thanks. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To uns

Re: [go-nuts] Having trouble installing golint

2018-10-24 Thread 'kalekold' via golang-nuts
mport path ( > golang.org/x/lint/golint) so you need to use that. > > —Sam > > On Wed, Oct 17, 2018, at 14:48, 'kalekold' via golang-nuts wrote: > > I've already tried that and the original command still fails. > > > > $ go get -u -v golang.org/x/li

Re: [go-nuts] Having trouble installing golint

2018-10-17 Thread 'kalekold' via golang-nuts
I've already tried that and the original command still fails. $ go get -u -v golang.org/x/lint/golint Fetching https://golang.org/x/lint/golint?go-get=1 Parsing meta tags from https://golang.org/x/lint/golint?go-get=1 (status code 200) get "golang.org/x/lint/golint": found meta tag get.metaImport

[go-nuts] Should you commit a 'go.mod' file that contains a Replace directive to a repository?

2018-10-14 Thread 'kalekold' via golang-nuts
When should you use the Replace directive in a 'go.mod' file? Is this feature only useful for debugging and development? The reason I ask is that you can use the Replace directive to point to an arbitrary location on disk as well as a normal downloaded package. So does that mean that committing

Re: [go-nuts] `go mod download -json` does not product valid json?

2018-10-08 Thread 'kalekold' via golang-nuts
Thanks for the reply. I'm decoding successfully now. On Sunday, 7 October 2018 21:19:47 UTC+1, Paul Jolly wrote: > > > It looks like it is a stream of JSON objects? > > > > If so, I suspect this is expected? > > Per the issue you linked, thepudds, absolutely correct. > > This comment gives det

Re: [go-nuts] `go mod download -json` does not product valid json?

2018-10-06 Thread 'kalekold' via golang-nuts
"GoModSum": "h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=" > } > { > "Path": "golang.org/x/sys", > "Version": "v0.0.0-20181005133103-4497e2df6f9e", > "Info": "/media/Data/Projects/Go/pkg/mod/cache/download

Re: [go-nuts] `go mod download -json` does not product valid json?

2018-10-06 Thread 'kalekold' via golang-nuts
quot;Info": "/media/Data/Projects/Go/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20181005133103-4497e2df6f9e.info" , "GoMod": "/media/Data/Projects/Go/pkg/mod/cache/download/golang.org/x/sys/@v/v0.0.0-20181005133103-4497e2df6f9e.mod" , "Zip"

[go-nuts] `go mod download -json` does not product valid json?

2018-10-06 Thread 'kalekold' via golang-nuts
`go mod download -json` does not product valid json? Is this a known issue or am I missing something? -- 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

[go-nuts] When using 'go mod vendor' why are there lots of files missing?

2018-09-17 Thread 'kalekold' via golang-nuts
When using 'go mod vendor' why are there lots of files missing? I'm converting packages from using Dep to using the new modules and there are mismatches in the vendor folder structure. Does this command only vendor the actual files used for compilation? Because a lot of tests and examples are m

Re: [go-nuts] Problems drawing on frames of an animated gif

2017-01-22 Thread kalekold via golang-nuts
ot;gifsicle" (available on > linux) to expand the gif first and then try with that if the original > doesn't work as well as you'd hoped. not sure if go's gif package > supports all optimizations. > > https://www.lcdf.org/gifsicle/ > > On Sat, Jan 21

Re: [go-nuts] Problems drawing on frames of an animated gif

2017-01-21 Thread kalekold via golang-nuts
mgur.com/HOnlU1q.gif > http://i.imgur.com/GnSUHQ1.gif > > On Sat, Jan 21, 2017 at 8:54 AM, kalekold via golang-nuts > > wrote: > > Hi, > > > > I'm trying to draw some text on an animated gif and I'm having a few > > problems. > > > &g