mirror of https://github.com/perkeep/perkeep.git
77ed42edf8
The import path was added to the go file that included the package documentation if one existed. Otherwise, I used what seemed to be the primary file for the package. Fixes #689 Change-Id: If51be0e86529fd6f179e80af6781e639f8550fd2 |
||
---|---|---|
.. | ||
ui | ||
.gitignore | ||
README | ||
camlistored.go | ||
run_test.go | ||
setup.go |
README
This is the main Camlistore server. See also: - The storage interface is in <root>/pkg/blobserver - The storage implementations are under that e.g. <root>/pkg/blobserver/localdisk - The HTTP handlers are implemented in <root>/pkg/blobserver/handlers - The UI code is in <root>/server/camlistored/ui