diff options
Diffstat (limited to '.goxc.json')
| -rw-r--r-- | .goxc.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.goxc.json b/.goxc.json new file mode 100644 index 0000000..d98af79 --- /dev/null +++ b/.goxc.json @@ -0,0 +1,13 @@ +{ + "Tasks": [ + "default", + "publish-github" + ], + "TaskSettings": { + "publish-github": { + "owner": "gammons", + "repository": "todolist" + } + }, + "ConfigVersion": "0.9" +}
\ No newline at end of file |
