Skip to content
This repository has been archived by the owner on Nov 22, 2018. It is now read-only.

Commit

Permalink
go-tour/content/welcome.article: update restrictions of the playground.
Browse files Browse the repository at this point in the history
LGTM=adg
R=adg
CC=golang-codereviews
https://codereview.appspot.com/182390043
  • Loading branch information
minux committed Dec 3, 2014
1 parent c8d8cc4 commit 8ba5d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/welcome.article
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Click the [[javascript:highlightAndClick(".next-page")]["next"]] button or type
#appengine:
#appengine: - In the playground the time begins at 2009-11-10 23:00:00 UTC (determining the sigificance of this date is an exercise for the reader). This makes it easier to cache programs by giving them deterministic output.
#appengine:
#appengine: - There are also limits on execution time and on CPU and memory usage, and the program is restricted to running in a single thread (but may use many goroutines).
#appengine: - There are also limits on execution time and on CPU and memory usage, and the program cannot access external network hosts.
#appengine:
#appengine: The playground uses the latest stable release of Go.
#appengine:
Expand Down

0 comments on commit 8ba5d06

Please sign in to comment.