Commit Graph

5 Commits

Author SHA1 Message Date
Alexandre Viau ccad6635e4
move to go:embed (#1396) 2021-07-29 15:24:05 -04:00
aviau c5a95677e7 buildsystem: deprecate perkeepd goui
- GopherJS is no longer required to build the perkeepd ui.

- Rename the `-buildWebUI` flag to `-buildPublisherUI`. Only the
  publisher needs gopherjs.

- Adapt `make.go` so that it no longer tries to generate the perkeepd
  web interface with GopherJS.

- Adapt `make.go` so that it no longer tries to download goui.js from
  perkeep.org as it isn't needed anymore.
2021-01-23 19:45:14 -05:00
Paul Lindner 459c75410e all: more renaming of Camlistore to Perkeep
Change-Id: I118e3cbcf20d80afeffc84f001388c4556f21628
2018-01-30 03:02:56 -08:00
Paul Lindner 6d2d9714de all: simpify constructs by running gofmt -s on all code
Change-Id: Idc12ddcfe8f735d77c6baa942f5bb7a2c7d9b40b
2018-01-21 10:27:12 -08:00
Brad Fitzpatrick 11e9c5567c Move some packages from perkeep.org/pkg to perkeep.org/internal
Notably: pkg/misc all moves.

And pkg/googlestorage is deleted, since it's not used. Only the
x/net/http2/h2demo code used to use it, but that ended in
https://go-review.googlesource.com/33230 (our vendored code is old).
So just nuke that dir for now. When it's refreshed, it'll either be
gone (dep prune) or new enough to not need googlestorage.

Also move pkg/pools, pkg/leak, and pkg/geocode to internal.

More remains.

Change-Id: I2640c4d18424062fdb8461ba451f1ce26719ae9d
2018-01-01 20:54:48 -08:00