From ef70d00a2c998195a29b3ba72ea321e3fade51dd Mon Sep 17 00:00:00 2001 From: luc-x41 <45362069+luc-x41@users.noreply.github.com> Date: Fri, 7 Dec 2018 13:43:01 +0100 Subject: [PATCH] Fix link I assume that this is what the link should have been :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8d1433f..ad38508 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ BinaryPack is a simple Golang library which implements some functionality of Python's [struct](https://docs.python.org/2/library/struct.html) package. -This is a fork of Roman Kachanovsky [go-binary-pack](https://github.com/roman-kachanovsky/go-binary-pack/binary-pack) +This is a fork of Roman Kachanovsky [go-binary-pack](https://github.com/roman-kachanovsky/go-binary-pack) **Note** @@ -213,4 +213,4 @@ func (instance OPRETDevList) Pack() []byte { data := devList.Pack() -``` \ No newline at end of file +```