Re: [go-nuts] Testing specific file in a package

2024-06-28 Thread Kurtis Rader
On Fri, Jun 28, 2024 at 3:25 PM Victor Manuel “Vitu” Giordano < vitucho3...@gmail.com> wrote: > I struggle with performing all the tests written in a file that requires > symbols defined on other files of the same package. > > For example > $ go test practice_resource_test.go > # command-line-argu

Re: [go-nuts] Testing specific file in a package

2024-06-28 Thread Ian Lance Taylor
On Fri, Jun 28, 2024 at 3:25 PM Victor Manuel “Vitu” Giordano wrote: > > I struggle with performing all the tests written in a file that requires > symbols defined on other files of the same package. > > For example > $ go test practice_resource_test.go > # command-line-arguments [command-line-ar

[go-nuts] Testing specific file in a package

2024-06-28 Thread Victor Manuel “Vitu” Giordano
Hi guys! How you are doing? I struggle with performing all the tests written in a file that requires symbols defined on other files of the same package. For example $ go test practice_resource_test.go # command-line-arguments [command-line-arguments.test] ./practice_resource_test.go:11:12: undef

[go-nuts] Go AWS SDK v1 entering maintenance mode

2024-06-28 Thread Chris Vitale
Support ends in a year. https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/ -- 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, sen

Re: [go-nuts] go clean -h isn't helpful

2024-06-28 Thread qrta...@gmail.com
I tried a patch as my first contribution :) https://github.com/golang/go/issues/68242 Laszlo Ian Lance Taylor a következőt írta (2024. június 23., vasárnap, 4:01:31 UTC+2): > On Sat, Jun 22, 2024, 6:21 PM Will Faught wrote: > >> I see. That doesn't seem very useful to me, so I won't be making