cli/.projections.json.example

11 lines
139 B
Plaintext

{
"*.go": {
"alternate": "{}_test.go",
"type": "source"
},
"*_test.go": {
"alternate": "{}.go",
"type": "test"
}
}