Rename project to mandelmapper

This commit is contained in:
2018-07-31 20:10:23 -06:00
parent 671912e2ec
commit 1ba61f095d
3 changed files with 2 additions and 2 deletions

2
.vscode/tasks.json vendored
View File

@@ -6,7 +6,7 @@
{
"label": "go build",
"type": "shell",
"command": "go build",
"command": "cd mandelmapper ; go build",
"group": {
"kind": "build",
"isDefault": true