From 52c206aa48819845aadbfc4e617d8ac6f77e9cd5 Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Wed, 29 May 2019 16:06:08 +0200 Subject: [PATCH] new: [doc] README --- README.md | 5 +++++ go.mod | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 README.md 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