[go-nuts] Re: A global panic handler for crash reporting

2023-12-25 Thread Nikolay Bryskin
Hey, Alan. I'm relatively new to Go, and faced a similar issue - I writing tests for a legacy codebase and want to fail the test if the tested code panics somewhere inside. Almost ten years passed - did you find or create a solution? On Tuesday, June 17, 2014 at 6:01:49 AM UTC+3 Alan Shreve wrot

Re: [go-nuts] Forking/transfering a repository and import paths

2023-09-13 Thread Nikolay Bryskin
Hello, are there any updates on this issue? I've faced this problem too when I tried to make my own fork of a large go library with a lot of self-imports inside - do I actually need to rename all these imports inside for it even to compile? On Sunday, December 30, 2018 at 10:11:12 AM UTC+2 Soti