# README
This is a simple mobile API to Replicant using Gomobile.
Ideally we would use straight C for the API, but that turned out to be super difficult and I gave up.
Build (from Replicant source dir in non-GOPATH):
# Establishes the vendor directory
go mod vendor
REPLICANT_SRC_DIR=`pwd`
cd $GOPATH/src
mkdir -p github.com/aboodman
ln -s $REPLICANT_SRC_DIR github.com/aboodman/replicant
cd github.com/aboodman/replicant/repm
gomobile bind .
# Functions
No description provided by the author
# Structs
No description provided by the author