mirror of https://github.com/perkeep/perkeep.git
Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
10aa2b3fbd
Because our go generate line is: //go:generate go run gensearchtypes.go -out zsearch.go which will run a binary of gensearchtypes.go built for whatever $GOOS is set to. Which will fail if $GOOS is different from runtime.GOOS (the cross-compiling case). I suppose it means that the day pkg/search becomes GOOS differentiated, we may have to introduce an -os flag to gensearchtypes.go, since it calls go doc on camlistore.org/pkg/search, whose output might depend on GOOS? Change-Id: I1ea32bb9190300120887ee8614dcdd2d1391a954 |
||
---|---|---|
.hackfests | ||
app | ||
bin | ||
clients | ||
cmd | ||
config | ||
dev | ||
doc | ||
internal/chanworker | ||
lib/python | ||
misc | ||
old | ||
pkg | ||
server | ||
vendor | ||
website | ||
.dockerignore | ||
.gitignore | ||
.header | ||
.travis.yml | ||
AUTHORS | ||
BUILDING | ||
CONTRIBUTING.md | ||
CONTRIBUTORS | ||
COPYING | ||
Dockerfile | ||
Makefile | ||
README | ||
TESTS | ||
TODO | ||
make.go |
README
Camlistore is your personal storage system for life. It's a way to store, sync, share, model and back up content. It stands for "Content-Addressable Multi-Layer Indexed Storage", for lack of a better name. For more, see: https://camlistore.org/ https://camlistore.org/doc/ Other useful files: BUILDING how to compile it ("go run make.go") CONTRIBUTING how to do development and contribute Mailing lists: http://camlistore.org/lists Bugs and contributing: https://github.com/camlistore/camlistore/issues https://camlistore.org/doc/contributing