@@ -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"
- ]
- }
-}
@@ -1,4 +0,0 @@
- "go.inferGopath": true,
- "go.gopath": "E:\\daten\\git-sourcen\\GoHash"
@@ -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
@@ -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()