Just for experimentation, how can I create a custom panic in Go. If I panic with something like this:
panic("Some Test")
it gives m