]> Cypherpunks repositories - gostls13.git/commit
goinstall: an experiment in (external) package installation
authorRuss Cox <rsc@golang.org>
Fri, 5 Mar 2010 01:04:50 +0000 (17:04 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 5 Mar 2010 01:04:50 +0000 (17:04 -0800)
commit3e4e4ec70455ed2122377be894acde07cbc46934
tree30c893210b203e418bb9be3448740ee8f1b85e29
parente6cd011e6875000d652c2c6631f7fa5e8f2d869a
goinstall: an experiment in (external) package installation

R=adg, r
CC=cw, golang-dev
https://golang.org/cl/224043
misc/dashboard/godashboard/app.yaml
misc/dashboard/godashboard/package.py [new file with mode: 0644]
src/cmd/clean.bash
src/cmd/goinstall/Makefile [new file with mode: 0644]
src/cmd/goinstall/doc.go [new file with mode: 0644]
src/cmd/goinstall/download.go [new file with mode: 0644]
src/cmd/goinstall/main.go [new file with mode: 0644]
src/cmd/goinstall/make.go [new file with mode: 0644]
src/cmd/goinstall/parse.go [new file with mode: 0644]
src/cmd/make.bash
src/make.bash