From 413f4f7b7e0378389b4415236d02c784183efe78 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sat, 26 Nov 2016 16:35:32 +0300 Subject: [PATCH] Preparing for 2.0 release --- INSTALL | 28 +++++++++++++++++++++++++++- VERSION | 2 +- makedist.sh | 15 +++++++++++++-- www.texi | 30 +++++++++++++++++++++++++++++- 4 files changed, 70 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index 2559000..41e7a04 100644 --- a/INSTALL +++ b/INSTALL @@ -4,9 +4,35 @@ website and, for example, run tests with benchmarks: % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz % wget http://www.cypherpunks.ru/gogost/gogost-1.1.tar.xz.sig % gpg --verify gogost-1.1.tar.xz.sig gogost-1.1.tar.xz - % xz -d < gogost-1.1.tar.gz | tar xf - + % xz -d < gogost-1.1.tar.xz | tar xf - % make -C gogost-1.1 bench +And then you can include its source code in your project for example +like this: + + % mkdir -p myproj/src + % export GOPATH=$PWD/myproj + % cd myproj/src + % cat > main.go < $tmp/includes < main.go <