Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
From x/mod/module.CheckImportPath: A valid path element is a non-empty string made up of ASCII letters, ASCII digits, and limited ASCII punctuation: - . _ and ~. It must not end with a dot (U+002E), nor contain two dots in a row. We handled dots and slashes in benchmain_test.go, but not the rest yet. This resulted in the regular expression matching from the main process not behaving correctly, as it matches the benchmark names with \w.
- Loading branch information