[release-branch.go1.3] create branch

Change some space in the README to push the change through.
This commit is contained in:
Andrew Gerrand 2014-06-12 13:12:02 +10:00
parent afea1b1755
commit 52572e427b
4 changed files with 7 additions and 2 deletions

1
README
View File

@ -8,3 +8,4 @@ Packages include a type-checker for Go and an implementation of the
Static Single Assignment form (SSA) representation for Go programs. Static Single Assignment form (SSA) representation for Go programs.
To submit changes to this repository, see http://golang.org/doc/contribute.html. To submit changes to this repository, see http://golang.org/doc/contribute.html.

View File

@ -67,10 +67,12 @@ body {
border: 1px solid rgba(0, 0, 0, .3); border: 1px solid rgba(0, 0, 0, .3);
/*
transition: transform .3s ease-out; transition: transform .3s ease-out;
-o-transition: -o-transform .3s ease-out; -o-transition: -o-transform .3s ease-out;
-moz-transition: -moz-transform .3s ease-out; -moz-transition: -moz-transform .3s ease-out;
-webkit-transition: -webkit-transform .3s ease-out; -webkit-transition: -webkit-transform .3s ease-out;
*/
} }
.slides.layout-widescreen > article { .slides.layout-widescreen > article {
margin-left: -550px; margin-left: -550px;

View File

@ -3,7 +3,7 @@
# #
# Using -V test-build will run as test-build.golang.org. # Using -V test-build will run as test-build.golang.org.
application: golang-org application: go-build
version: build version: build
runtime: go runtime: go
api_version: go1 api_version: go1
@ -15,7 +15,7 @@ handlers:
script: _go_app script: _go_app
- url: /(|gccgo/)(|commit|packages|result|perf-result|tag|todo|perf|perfdetail|perfgraph|updatebenchmark) - url: /(|gccgo/)(|commit|packages|result|perf-result|tag|todo|perf|perfdetail|perfgraph|updatebenchmark)
script: _go_app script: _go_app
- url: /(|gccgo/)(init|buildtest|key|perflearn|_ah/queue/go/delay) - url: /(|gccgo/)(init|buildtest|key|perflearn|_ah/queue/go/delay|_ah/remote_api)
script: _go_app script: _go_app
login: admin login: admin

View File

@ -24,6 +24,8 @@ import (
"appengine/datastore" "appengine/datastore"
"cache" "cache"
_ "appengine/remote_api"
) )
const ( const (