Closed
Description
The following directories in x/tools have dependencies outside tools:
- cmd/tip (a whole bunch of stuff)
- cmd/godoc (appengine, cloud) also redigo through internal/memcache
- cmd/html2article (x/net/html)
- cmd/present (transitively through playground)
- playground/... (appengine, websocket)
- blog (transitively through present)
- godoc (golang.org/x/net/ctxhttp)
also redigo through internal/memcache)(edit 2019-02-20: internal/memcache dependency is gone) - internal/memcache (github.com/gomodule/redigo)
We should be able to remove the dependencies fairly easily, especially now that the website repo exists. Tools is a relatively low level repo and shouldn't have many external dependencies, especially on appengine and cloud.