Browse Source

removing visual studion files

willie 5 years ago
parent
commit
334d20e404
4 changed files with 1 additions and 39 deletions
  1. 0 19
      .vscode/launch.json
  2. 0 4
      .vscode/settings.json
  3. 0 16
      .vscode/tasks.json
  4. 1 0
      GoHash.go

+ 0 - 19
.vscode/launch.json

@@ -1,19 +0,0 @@
-{
-    // Use IntelliSense to learn about possible attributes.
-    // Hover to view descriptions of existing attributes.
-    // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
-    "version": "0.2.0",
-    "configurations": [
-        {
-            "name": "Launch",
-            "type": "go",
-            "request": "launch",
-            "mode": "auto",
-            "program": "${fileDirname}",
-            "env": {},
-            "args": [
-                "e:\\temp"
-            ]
-        }
-    ]
-}

+ 0 - 4
.vscode/settings.json

@@ -1,4 +0,0 @@
-{
-    "go.inferGopath": true,
-    "go.gopath": "E:\\daten\\git-sourcen\\GoHash"
-}

+ 0 - 16
.vscode/tasks.json

@@ -1,16 +0,0 @@
-{
-    // See https://go.microsoft.com/fwlink/?LinkId=733558
-    // for the documentation about the tasks.json format
-    "version": "2.0.0",
-    "tasks": [
-        {
-            "label": "Build and run",
-            "type": "shell",
-            "command": "go build",
-            "group": {
-                "kind": "build",
-                "isDefault": true
-            }
-        }
-    ]
-}

+ 1 - 0
GoHash.go

@@ -26,6 +26,7 @@ var wg sync.WaitGroup
 var mu sync.RWMutex
 
 func main() {
+	log.Println("starting GoHash")
 	runtime.GOMAXPROCS(5)
 	hashes = make(map[string]Fdhashes)
 	flag.Parse()