| // This file is named go.fake.mod so it does not define a real module, which | |
| // would make the contents of this directory unavailable to the test when run | |
| // from outside the repository. | |
| go 1.23.0 //@mark(αMarker, "1.23.0") | |
| use ./αβ //@mark(βMarker, "αβ") |