| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-18 | Rename package to "capturedrefrace" | Teddy Wing | |
| I decided I don't like the "go" prefix for a Go package name. It doesn't make sense. Rename the module and package accordingly. I do like the "go" prefix in the command line program, so leave it there. | |||
| 2023-05-16 | Add license (GNU GPLv3+) | Teddy Wing | |
| 2023-05-16 | Add automated test | Teddy Wing | |
| Follow `golang.org/x/tools/go/analysis/passes/testinggoroutine` to write the test runner: https://github.com/golang/tools/blob/1c9fe3f82c363b929ef7239ca0ad8a5dafbbcf05/go/analysis/passes/testinggoroutine/testinggoroutine_test.go Add "want" comments to test code for validation. | |||
