From 7edc962a942e4a9d5e06dde79299f7fc5605f000 Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Sat, 14 Apr 2018 00:23:09 +0530 Subject: content: update all golang.org links to https Ran sed -i 's/\[\[http:\/\/golang.org/\[\[https:\/\/golang.org/g' *.article Change-Id: I88acc5104e1a3fc5e9a1cf11b600b657202d8997 Reviewed-on: https://go-review.googlesource.com/106955 Run-TryBot: Andrew Bonventre TryBot-Result: Gobot Gobot Reviewed-by: Andrew Bonventre --- content/appengine-dec2013.article | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'content/appengine-dec2013.article') diff --git a/content/appengine-dec2013.article b/content/appengine-dec2013.article index db2e5de..02cee48 100644 --- a/content/appengine-dec2013.article +++ b/content/appengine-dec2013.article @@ -12,8 +12,8 @@ When we [[http://blog.golang.org/go-and-google-app-engine][launched Go for App in May 2011 the SDK was just a modified version of the Python SDK. At the time, there was no canonical way to build or organize Go programs, so it made sense to take the Python approach. Since then Go 1.0 was released, -including the [[http://golang.org/cmd/go/][go tool]] and a -[[http://golang.org/doc/code.html][convention]] for organizing Go programs. +including the [[https://golang.org/cmd/go/][go tool]] and a +[[https://golang.org/doc/code.html][convention]] for organizing Go programs. In January 2013 we announced [[http://blog.golang.org/the-app-engine-sdk-and-workspaces-gopath][better integration]] @@ -30,7 +30,7 @@ The Go App Engine SDK now includes the "goapp" tool, an App Engine-specific version of the "go" tool. The new name permits users to keep both the regular "go" tool and the "goapp" tool in their system PATH. -In addition to the existing "go" tool [[http://golang.org/cmd/go/][commands]], +In addition to the existing "go" tool [[https://golang.org/cmd/go/][commands]], the "goapp" tool provides new commands for working with App Engine apps. The "[[https://developers.google.com/appengine/docs/go/tools/devserver][goapp serve]]" command starts the local development server and the @@ -64,7 +64,7 @@ although the Python tools are still available for their less common uses. The Go App Engine SDK now supports local unit testing, using Go's native [[https://developers.google.com/appengine/docs/go/tools/localunittesting][testing package]] -and the "[[http://golang.org/cmd/go/#hdr-Test_packages][go test]]" command +and the "[[https://golang.org/cmd/go/#hdr-Test_packages][go test]]" command (provided as "goapp test" by the SDK). Furthermore, you can now write tests that use App Engine services. -- cgit v1.2.3