blob: 111b6a4f263e4b5ce2e851f40a3209e84f29552f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
salticidae-go
-------------
Go bindings for Salticidae network library
Build
-----
::
# Add the following line in your build script to use salticidae-go in your project, before any `go get`/`go build`:
source /dev/stdin <<<"$(curl -sS https://raw.githubusercontent.com/Determinant/salticidae-go/master/setup.sh)"
# Try out the examples right in this repo:
# git clone the repo and cd
make
|