summaryrefslogtreecommitdiff
path: root/misc/goplay
Commit message (Expand)AuthorAgeFilesLines
* misc/goplay: use `go run x.go` instead of `go build x.go`ChaiShushan2013-07-121-11/+3
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+1
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-302-6/+6
* misc/goplay: fix error on IE8.Yasuhiro Matsumoto2012-03-271-2/+10
* misc/goplay: remove redundant chdirAndrew Gerrand2012-02-221-6/+0
* misc/goplay: remain in work directory, build in temp directoryAndrew Gerrand2012-02-211-23/+67
* misc/goplay: use go tool "run"Olivier Duperray2012-02-062-47/+15
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-9/+2
* renaming_4: gofix -r everything/but/src/pkgRob Pike2011-11-081-3/+3
* non-pkg: gofix -r error -force=errorRuss Cox2011-11-011-8/+8
* misc/goplay: another template fixAndrew Gerrand2011-09-051-1/+1
* misc/goplay: Fix template outputAndrew Gerrand2011-09-051-1/+1
* template: move exp/template into template.Rob Pike2011-08-171-1/+1
* template: delete old template code.Rob Pike2011-08-171-13/+5
* exec: new API, replace Run with CommandBrad Fitzpatrick2011-06-011-27/+1
* misc/goplay: fix Tab and Shift+Enter in Firefox.Dmitry Chestnykh2011-04-161-3/+3
* os: New Open API.Rob Pike2011-04-041-1/+1
* template: reverse order of arguments to ExecuteRob Pike2011-02-091-4/+4
* log: rename Exit* to Fatal*Rob Pike2011-02-011-2/+2
* goplay: fix to run under windows.Yasuhiro Matsumoto2010-10-191-8/+17
* misc: add goplayAndrew Gerrand2010-10-144-0/+344