[go-nuts] Re: How to set-up go env properly

2020-01-22 Thread Volker Dobler
You either need the full import path of the package to test or a simple $ go test V. On Wednesday, 22 January 2020 10:52:41 UTC+1, pc wrote: > > Hello, > >I am setting up my go project directories to test. I have set up like > bellow > and my GOPATH is testexercise. Application builds

Re: [go-nuts] filtering out machine generated Go library files

2020-01-22 Thread Ian Lance Taylor
On Wed, Jan 22, 2020 at 5:14 PM Ray Pereda wrote: > > Is there a way to programmatically identify Go Standard Library source files > that are machine-generated files? > > For example, consider this file: rewriteRISCV64.go That is a long file that > doesn't represent programmer-written code. >

[go-nuts] filtering out machine generated Go library files

2020-01-22 Thread Ray Pereda
Is there a way to programmatically identify Go Standard Library source files that are machine-generated files? For example, consider this file: rewriteRISCV64.go That

[go-nuts] [HIRING] Software Engineer - LLVM & Go Toolchain

2020-01-22 Thread Derek Parker
The Red Hat Platform Toolchain team is looking for a Software Engineer to join our engineering team working on the open source LLVM toolchain and its associated Clang (C and C++) front end or the Go toolchain. In this role, you will help investigate, contribute to, build, debug, and analyze

[go-nuts] Re: No "official" documentation suggest to use annotated tags for releasing a new module version

2020-01-22 Thread Manlio Perillo
Probably the documentation should have a section about releasing modules. But since there is no `go release` command, it should go somewhere else, but I'm not sure. By the way, I find it hard reading the online documentation, since the topic/section index does not match the commands/topics

[go-nuts] Need - Full Stack Developers /GoLang and Javascript @ Houston, TX

2020-01-22 Thread Reynold Rubin - Swiztech Inc.
Hi, I have a position for below requirement if you are available and interested please do reply me with your updated resume to reyn...@swiztechinc.com or please do reach me on 818-660-0013 Position: Full Stack Developers /GoLang and Javascript Location: Houston, TX Duration: 6+ months

[go-nuts] Re: Is it possible to get code coverage information in a way that does not assume you can see color?

2020-01-22 Thread 'drc...@google.com' via golang-nuts
Different, new bug instead: https://github.com/golang/go/issues/36685 On Tuesday, January 21, 2020 at 4:33:00 PM UTC-5 drc...@google.com wrote: > I reopened an old bug for this, and perhaps it will get some attention. > https://github.com/golang/go/issues/6623 > > On Sunday, January 12, 2020 at

[go-nuts] Re: No "official" documentation suggest to use annotated tags for releasing a new module version

2020-01-22 Thread 'Bryan C. Mills' via golang-nuts
Please file an issue to update the documentation. (https://golang.org/issue/new) On Wednesday, January 15, 2020 at 11:46:41 AM UTC-5 Manlio Perillo wrote: > Today I release my first release of a module. > > Following https://blog.golang.org/publishing-go-modules, I create a non > annotated

Re: [go-nuts] Best way to buffer upstream responses in reverse proxy

2020-01-22 Thread Prabhu Chawandi
Yes, I ended up using this package. Thanks. On Wed, Jan 22, 2020 at 2:35 AM robfig wrote: > You could use json iterator’s Stream type if you prefer to feel better by > having it wrapped in a library. It does the same thing of course. As the > name suggests it can be used to incrementally write

[go-nuts] How to set-up go env properly

2020-01-22 Thread Prabhu Chawandi
Hello, I am setting up my go project directories to test. I have set up like bellow and my GOPATH is testexercise. Application builds fine, when I run from src/ github.com/arpsch/app/ But when I try to run go test handler from app folder, I am getting below error . How to organize properly.

[go-nuts] Re: script with go routine is fastest the second time

2020-01-22 Thread jpofmars
I try on Linux and It seems that you are right. For information I use the package biogo/hts and the "problem" happens when I use the function NewChunkReader who takes file position and retrieve data from the big file (bgzipped). Thank you for your answer. Le mardi 21 janvier 2020 14:40:33