From 79a677eb2c2141b524d5b2bb84e6485282f21a08 Mon Sep 17 00:00:00 2001 From: Jakub Date: Thu, 7 Mar 2019 13:48:45 +0100 Subject: [PATCH] rebase --- Changelog.md | 7 +++++++ readme.mk => README.md | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Changelog.md rename readme.mk => README.md (91%) diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..f3c158b --- /dev/null +++ b/Changelog.md @@ -0,0 +1,7 @@ +# ProtonMail Bridge Changelog + +Changelog [format](http://keepachangelog.com/en/1.0.0/) + +## 2019-03-07 +* TODO add changes from old master +* refactor diff --git a/readme.mk b/README.md similarity index 91% rename from readme.mk rename to README.md index a2549b3..2e5a1cd 100644 --- a/readme.mk +++ b/README.md @@ -1,3 +1,9 @@ +# Common client library for cryptography + +_this should be imported in go as_ `github.com/ProtonMail/go-pm-crypto` + + + setup gomobile and build/bind the source code: Gomobile repo: https://github.com/golang/mobile @@ -49,4 +55,4 @@ https://github.com/golang/go/issues/15956 no multiple independent bindings sup -The build.sh need to modify the path when you use it \ No newline at end of file +The build.sh need to modify the path when you use it