Update egg-golang-generic.json

This commit is contained in:
Michael (Parker) Parker 2022-09-23 12:59:25 -04:00 committed by GitHub
parent ed84bf8cff
commit 8ce0fd0d46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
"startup": ".\/${EXECUTABLE}", "startup": ".\/${EXECUTABLE}",
"config": { "config": {
"files": "{}", "files": "{}",
"startup": "{}", "startup": "{\r\n \"done\": \"change this part\"\r\n}",,
"logs": "{}", "logs": "{}",
"stop": "^C" "stop": "^C"
}, },
@ -49,4 +49,4 @@
"field_type": "text" "field_type": "text"
} }
] ]
} }