aboutsummaryrefslogblamecommitdiff
path: root/README.rst
blob: 111b6a4f263e4b5ce2e851f40a3209e84f29552f (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                          




                                                                                                                       
        
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