diff --git a/constants.go b/constants.go index c56001f..e46e357 100644 --- a/constants.go +++ b/constants.go @@ -3,6 +3,8 @@ package main const ( CONF_FILENAME = "erkconf.json" INIT_FILE_MESSAGE = `{ - "write_your_configuration": "here!" -}` + "label": "todo", + "remote": false +} +` )