Skip to content

Commit 0fe739d

Browse files
authored
Create .metadoc.json
1 parent 8444d1e commit 0fe739d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.metadoc.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"language": "go",
3+
"metadocs": [{
4+
"directory": "./path/to/a",
5+
"language": "javascript"
6+
}, {
7+
"directory": "./path/to/b",
8+
"language": "go"
9+
}, {
10+
"directory": "./path/to/still_go"
11+
}]
12+
}

0 commit comments

Comments
 (0)