add nostromo project json

This commit is contained in:
2026-03-29 14:58:22 +02:00
parent a7d96f5106
commit d1ea4e92fb

19
nostromo.project.json Normal file
View File

@@ -0,0 +1,19 @@
{
"schemaVersion": 1,
"slug": "go_playground",
"title": "GO Playground",
"description": "A sandbox environment for exploring, learning, and experimenting with Go programming language.",
"tags": ["Go"],
"repo": {
"visibility": "public",
"url": "https://git.wieerwill.dev/wieerwill/go_playground"
},
"site": {
"published": true,
"featured": false
},
"readme": {
"path": "README.md",
"excerptMode": "first-paragraph"
}
}