diff --git a/README.md b/README.md new file mode 100644 index 0000000..3dacfc2 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Golang Utils for the D4 project + +## hash +This is a wrapper around hash/uuid libraries, to allow for easily switching +hashing dependencies project-wise. \ No newline at end of file diff --git a/go.mod b/go.mod index aa65077..01a4ed6 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module requirements.go +module github.com/D4-project/d4-golang-utils go 1.12