Rename project to mandelmapper
This commit is contained in:
parent
671912e2ec
commit
1ba61f095d
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -6,7 +6,7 @@
|
||||
{
|
||||
"label": "go build",
|
||||
"type": "shell",
|
||||
"command": "go build",
|
||||
"command": "cd mandelmapper ; go build",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
|
@ -75,7 +75,7 @@ func main() {
|
||||
colors = interpolateColors("Plan9", colorStep)
|
||||
fmt.Println(len(colors))
|
||||
|
||||
log.Fatal(http.ListenAndServe(":6161", nil))
|
||||
log.Fatal(http.ListenAndServe(":80", nil))
|
||||
}
|
||||
|
||||
func renderTile(w http.ResponseWriter, r *http.Request) {
|
Loading…
Reference in New Issue
Block a user