Skip to content

Commit 2ff1e02

Browse files
committed
Add projectionist config
1 parent 066e2f3 commit 2ff1e02

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.projections.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"*.go": {
3+
"alternate": "{}_test.go"
4+
},
5+
"*_test.go": {
6+
"alternate": "{}.go"
7+
}
8+
}

0 commit comments

Comments
 (0)