[release-branch.go1.3] create branch
Change some space in the README to push the change through.
This commit is contained in:
parent
afea1b1755
commit
52572e427b
1
README
1
README
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,8 @@ import (
|
||||||
"appengine/datastore"
|
"appengine/datastore"
|
||||||
|
|
||||||
"cache"
|
"cache"
|
||||||
|
|
||||||
|
_ "appengine/remote_api"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue