blob: 1e8af87d1c59dd079b458cd95288bff832b88716 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
salticidae-go
-------------
Go bindings for Salticidae network library
Build
-----
::
go get github.com/Determinant/salticidae-go
cd $GOPATH/src/github.com/Determinant/salticidae-go/
# make sure you already had salticidae dependecies installed (openssl and libuv)
make
|