save hook

This commit is contained in:
Settel 2021-07-28 23:16:56 +02:00
parent 68625c63d6
commit 3933bf8585

8
server/.onsaverc Normal file
View File

@ -0,0 +1,8 @@
{
"**/*.go": [
{
"cmd": "go fmt",
"showError": true
}
]
}