@@ -2,3 +2,4 @@
*.exe
pkg
src/github.com
+__debug_bin
@@ -0,0 +1,4 @@
+{
+ "go.inferGopath": false,
+ "go.gopath": "E:\\daten\\git-sourcen\\GoHash"
+}
@@ -15,6 +15,7 @@ import (
"sync"
)
+// Fdhashes struct for holding all informations about one folder.
type Fdhashes struct {
Path string
Hashes map[string]string
@@ -0,0 +1,3 @@
+module github.com/willie/gohash
+
+go 1.12