new: [doc] README

modular
Jean-Louis Huynen 2019-05-29 16:06:08 +02:00
parent f07e640d07
commit 52c206aa48
No known key found for this signature in database
GPG Key ID: 64799157F4BD6B93
2 changed files with 6 additions and 1 deletions

5
README.md Normal file
View File

@ -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.

2
go.mod
View File

@ -1,4 +1,4 @@
module requirements.go
module github.com/D4-project/d4-golang-utils
go 1.12