INSTALL | 28 +++++++++++++++++++++++++++- VERSION | 2 +- makedist.sh | 13 ++++++++++++- www.texi | 30 +++++++++++++++++++++++++++++- diff --git a/INSTALL b/INSTALL index 8e1a37ed929c0d735926526df89e6c696f520fdfbea6c91502d6cc8f41ad93c9..a70a9f19603040d7da3275ae1466a87184cae91196a0387d6eb7f47f089af5ba 100644 --- a/INSTALL +++ b/INSTALL @@ -4,8 +4,34 @@ % 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 <