Skip to content

Commit

Permalink
add default options and EOF line to default configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi committed May 8, 2014
1 parent ab8ecb8 commit 58d0de8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ package main
const (
CONF_FILENAME = "erkconf.json"
INIT_FILE_MESSAGE = `{
"write_your_configuration": "here!"
}`
"label": "todo",
"remote": false
}
`
)

0 comments on commit 58d0de8

Please sign in to comment.