Граф коммитов

501 Коммитов

Автор SHA1 Сообщение Дата
Russ Cox 9e547e58b9 all: remove everything; moved to x/website
Change-Id: Ibf88119ca2a021dc1abf01b83abb9ac850127a91
Reviewed-on: https://go-review.googlesource.com/c/blog/+/324270
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2021-06-02 18:37:42 +00:00
Russ Cox da446da101 README.md: fix link
Change-Id: If95523697fe41cd0856abb156c6aeb6cd1f52ddf
Reviewed-on: https://go-review.googlesource.com/c/blog/+/322749
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2021-05-26 00:23:40 +00:00
Russ Cox d7632d2bbc blog: update README.md for new cloud build process
Change-Id: I270365170c5871526901df519bba9d5b3819fae3
Reviewed-on: https://go-review.googlesource.com/c/blog/+/321670
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2021-05-26 00:21:46 +00:00
Katie Hockman f7888dee67 _content/package-names: remove usage of "stutter"
Replace the use of "stutter" with a word which
more clearly conveys the meaning.

Change-Id: Ib1278d9eb24f5c84ed1f6e121493b6690f549687
Reviewed-on: https://go-review.googlesource.com/c/blog/+/322633
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Sameer Ajmani <ajmani@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2021-05-25 22:32:20 +00:00
Russ Cox ca2da54016 support/racy: delete program, inline into article
Change-Id: I1ba0d4aacdf23cf3378c7ab82af78d3940aff136
Reviewed-on: https://go-review.googlesource.com/c/blog/+/321669
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2021-05-21 00:22:44 +00:00
shulhan 594fa988c6 _content: fix broken links in cgo article
The correct links to sections on cmd/go page are prefixed with "hdr-".

Change-Id: I8301a8f93c2a6ebbc3d67a9a82c809e776976922
Reviewed-on: https://go-review.googlesource.com/c/blog/+/319470
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2021-05-13 17:13:29 +00:00
Russ Cox efbf96da94 _content/survey2020-results: add custom anchor names
Change-Id: Id322111063e81e061437641d05f580283236096a
Reviewed-on: https://go-review.googlesource.com/c/blog/+/314174
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2021-04-27 16:31:12 +00:00
Russ Cox d5f68129df _template: make headings self-hyperlinks
This makes it easy to get a section link by clicking on the section heading.
Also add support for {#ID} in Markdown, in addition to the auto-generated anchors.

Change-Id: Idd9d6c7cec2395f86808220c885861dc6c45e9d6
Reviewed-on: https://go-review.googlesource.com/c/blog/+/314173
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2021-04-27 16:31:11 +00:00
Russ Cox 89efb9b5f2 app.yaml: remove GOLANGORG_CHECK_COUNTRY
Nothing in this package or its dependencies uses this variable,
after CL 293449.

Change-Id: I5abb409616bdbe991bb2cbb0014c358090b197f7
Reviewed-on: https://go-review.googlesource.com/c/blog/+/295213
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2021-04-27 16:31:10 +00:00
Russ Cox c6b45b36a1 all: go get golang.org/x/tools@6397a116 && go mod tidy
Bring in CL 293449 to remove /share playground proxy,
plus other recent work.

Change-Id: Ie7cd016fd6909d7be262f82b2a21208e6fdd3d78
Reviewed-on: https://go-review.googlesource.com/c/blog/+/296370
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2021-04-27 16:31:09 +00:00
Russ Cox d6ab486137 all: mv content _content; mv template _template
Moving these into underscore directories
hides them from "go mod tidy",
which otherwise wants to add a dependency
on gorilla for content/context/*.go.

Also update appengine.go and local.go
to know about new locations.

Change-Id: I7e1eaee7aaa971ee39c6c0e3cca475086443fbae
Reviewed-on: https://go-review.googlesource.com/c/blog/+/296369
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2021-04-27 16:31:01 +00:00
Dmitri Shuralyov 5d47918ba6 template: remove search box
The custom search algorithm that was previously implemented and served
on the golang.org website has been removed via CL 292590 and CL 293412,
so remove the search box in the blog.golang.org header too.

For golang/go#44357.
Fixes golang/go#44912.

Change-Id: I51478ccb568e94df50d0dc6920a26c8f30a04c3c
Reviewed-on: https://go-review.googlesource.com/c/blog/+/311969
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
2021-04-20 20:02:28 +00:00
Katie Hockman 284484f1bc content: add link to Go Module Proxy talk
Change-Id: I03257e7d8e1a243e63374af79d06585f229a6638
Reviewed-on: https://go-review.googlesource.com/c/blog/+/310518
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2021-04-15 21:56:45 +00:00
shulhan 181b0cc432 content: fix broken links and use HTTPS on godoc.article
The article contains links to code for strings.HasPrefix that reference
the wrong line number and URL to search for "Deprecated:" identifier
which also not working anymore.

This commit fix the line number link for strings.HasPrefix and
remove the line that describe examples for searching "Deprecated:"
identifier.

While at it, use HTTPS for link to Docstring and update the link
on Javadoc to latest location (according to the page redirect URL).

Signed-off-by: shulhan <m.shulhan@gmail.com>
Change-Id: Ife267af49c0816df2b3934d075c7a9a09eaac83e
Reviewed-on: https://go-review.googlesource.com/c/blog/+/302729
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2021-03-19 17:01:56 +00:00
Quim Muntal 67340572e3 x/blog: fix link to survey 2019 results
Change-Id: I6bd07ae9fd818845e0e9486252a3ce1caaf2af29
Reviewed-on: https://go-review.googlesource.com/c/blog/+/300709
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2021-03-10 22:51:42 +00:00
Alice Merrick 5ccf05d86a blog: 2020 Go Developer Survey results.
Change-Id: I6a654d76983b6b0f96fe05e74bb314b265af8ba2
Reviewed-on: https://go-review.googlesource.com/c/blog/+/299869
Reviewed-by: Steve Francia <sfrancia@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2021-03-09 18:38:51 +00:00
Nao Yonashiro e15ed6808f content/context-and-structs: fix duplicate arguments
I renamed the argument to avoid duplicate variable names on example.

Change-Id: I7fea6d55c713880e5597f6e923e03c05e19792fd
GitHub-Last-Rev: b52867484b
GitHub-Pull-Request: golang/blog#49
Reviewed-on: https://go-review.googlesource.com/c/blog/+/296169
Reviewed-by: Jean de Klerk <deklerk@google.com>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Jean de Klerk <deklerk@google.com>
2021-02-28 17:20:46 +00:00
Jean de Klerk 4b7f5046df content: add contexts and structs article
Change-Id: I8e5a43479d4852cf7a7d3774bf3540933c7a2f83
Reviewed-on: https://go-review.googlesource.com/c/blog/+/284213
Trust: Jean de Klerk <deklerk@google.com>
Trust: Sameer Ajmani <sameer@golang.org>
Reviewed-by: Sameer Ajmani <sameer@golang.org>
2021-02-24 21:00:41 +00:00
Jay Conrod 8bdb56a492 content/go116-module-changes: fix typo
Change-Id: Ic29b16ee8c9356209880bece5d29ed9824c8c931
Reviewed-on: https://go-review.googlesource.com/c/blog/+/294229
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Paul Jolly <paul@myitcv.org.uk>
2021-02-19 17:15:17 +00:00
Jay Conrod 3c2d99cc3c content: add go116-module-changes.article
Change-Id: I3645b311d205edd1dab34c9f4a2c5f295f68d4c2
Reviewed-on: https://go-review.googlesource.com/c/blog/+/293409
Trust: Jay Conrod <jayconrod@google.com>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2021-02-18 22:18:33 +00:00
Dmitri Shuralyov c4aa98e750 content: add go1.16.article
For golang/go#44292.
Updates golang/go#27155.

Co-authored-by: Matt Pearring <pearring@users.noreply.github.com>
Change-Id: I6e0d6731d5848f81fce7e77cbb068174462c0e4e
Reviewed-on: https://go-review.googlesource.com/c/blog/+/292689
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2021-02-16 20:01:10 +00:00
Steve Traut 8b806c840d content: add links from modules posts to modules docs
Adding to each blog post a link to modules-related documentation.

Change-Id: I0f82692b528c2fe910466f36303573ce1ec98ccd
Reviewed-on: https://go-review.googlesource.com/c/blog/+/290389
Run-TryBot: Steve Traut <straut@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2021-02-08 15:12:23 +00:00
Rebecca Stambler a1e467594c content/gopls-vscode-go: fix title
Change-Id: I8b2b3960dac3274d4289040cb7583495d55e000a
Reviewed-on: https://go-review.googlesource.com/c/blog/+/288532
Trust: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
2021-02-01 17:05:40 +00:00
Rebecca Stambler 6c10fb6699 content/gopls-vscode-go: fix some small issues
One redundant sentence, one convoluted one.

Change-Id: I00f2b11b0fadd43636971b6645d41f4713c7af82
Reviewed-on: https://go-review.googlesource.com/c/blog/+/288513
Trust: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
2021-02-01 16:55:35 +00:00
Rebecca Stambler b475736204 content/gopls: add blog post announcement for gopls on by default
Change-Id: I83d7059bfe782d4f0a8f4e0999ef06daec0dd8a6
Reviewed-on: https://go-review.googlesource.com/c/blog/+/287112
Trust: Rebecca Stambler <rstambler@golang.org>
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
2021-02-01 16:30:46 +00:00
Russ Cox 3b6722825b content: add path-security.article
Change-Id: I6523eb6eea5472d0a07c054bbdbb798b91320515
Reviewed-on: https://go-review.googlesource.com/c/blog/+/284832
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2021-01-19 23:26:05 +00:00
Russ Cox 73406574fd content: fix playground.article note
Right now https://blog.golang.org/playground looks like:

Inside the Go Playground

   Andrew Gerrand and _NOTE: This article does not describe the current version of the Go Playground._
   12 December 2013

The note is not an author.
(The blog program prints a warning about this mistake on startup,
without this CL.)

Change-Id: I2ea605e2f069f4e9c8fb76de1c32ef04d3f85a5d
Reviewed-on: https://go-review.googlesource.com/c/blog/+/284833
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2021-01-19 23:25:56 +00:00
Ian Lance Taylor 8f54d84632 content: generics-proposal: fix issue link
Change-Id: I15acbe500ee05b3b87fa1cfb7eb7316c12cd3170
Reviewed-on: https://go-review.googlesource.com/c/blog/+/283292
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2021-01-12 18:05:53 +00:00
Ian Lance Taylor 1264f4e07d content: generics-proposal: new blog post
Change-Id: I0b69f26ac60ddc2509d2e15cca091f7fa949bf62
Reviewed-on: https://go-review.googlesource.com/c/blog/+/283272
Trust: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2021-01-12 17:40:54 +00:00
Marin 4a950b243d content: remove irrelevant bug documentation
The aforementioned bug has been resolved in https://golang.org/cl/183991.
Removing it from the blog content reduces cognitive overhead for readers.

Change-Id: I19b944599d97895217e3178b31edf6a25c4c1fdc
GitHub-Last-Rev: b7ec54580b
GitHub-Pull-Request: golang/blog#48
Reviewed-on: https://go-review.googlesource.com/c/blog/+/277612
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2021-01-07 17:06:19 +00:00
Krzysztof Dąbrowski a83e7e2449 content: fix dead links in playground.article
Closes golang/go#40568

Change-Id: I95af7cc9f7a937e5593344b10c7257293da889f3
GitHub-Last-Rev: dc378b0a12
GitHub-Pull-Request: golang/blog#45
Reviewed-on: https://go-review.googlesource.com/c/blog/+/258697
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Trust: Andrew Bonventre <andybons@golang.org>
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
2021-01-05 20:22:56 +00:00
shulhan c2ef14610c content: fix line numbers on output of Timer.Reset example
From perspective of someone who may not or may have an experience on
having race conditions, the line number "15" a little bit off because it
does not have any reference to variable `t`.
Especially when the next paragraph said "The race detector shows the
problem: an unsynchronized read and write of the variable t".

This changes not only fix the line number "15", but also make it
consistent with actual output (although its run on Go tip not Go 1.1),

----
% go run -race race.go
950.434733ms
==================
WARNING: DATA RACE
Read at 0x00c00013e018 by goroutine 8:
  main.main.func1()
      race.go:14 +0x126

Previous write at 0x00c00013e018 by main goroutine:
  main.main()
      race.go:12 +0x194

Goroutine 8 (running) created at:
  time.goFunc()
      .../share/go/src/time/sleep.go:169 +0x51
==================
1.037465812s
1.706961927s
...
----

the read conflict is on `func 001` (line number 16 on example) and write
conflict is on main (line number 14 on example).

Change-Id: I3b9a7880178845d8dc4dff38e197fc3eef407e58
Reviewed-on: https://go-review.googlesource.com/c/blog/+/280712
Reviewed-by: Andrew Gerrand <adg@golang.org>
2021-01-04 23:28:05 +00:00
shulhan 230e177765 module-compatibility: make the notgrpc example use the value as previous
In the grpc.Dial option, the MaxDelay is set to time.Second, but in the
next example for a struct option the MaxDelay is set to time.Minute.

This changes make both examples use the same values for MaxDelay.

Change-Id: I0413b3ab88a1bcdc049827352b3662b98c88039d
Reviewed-on: https://go-review.googlesource.com/c/blog/+/277532
Reviewed-by: Jean de Klerk <deklerk@google.com>
Trust: Jean de Klerk <deklerk@google.com>
Run-TryBot: Jean de Klerk <deklerk@google.com>
2020-12-29 19:08:01 +00:00
Russ Cox 0b048609b1 content: add ports.article
Change-Id: I47a1904a6f4f9210f428eb9361559322e2a01f12
Reviewed-on: https://go-review.googlesource.com/c/blog/+/278934
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2020-12-17 18:54:38 +00:00
Russ Cox 429a8530ad content: add missing summaries
Also remove spurious time in godoc.org-redirect.article.
It was copy-pasted from pkgsite-redesign.article, which needed it
because we posted two blog posts together, and the times
in 11years.article and pkgsite-redesign.article decided the
order in which they appeared on the blog.
But in general times are unnecessary, so remove the
one in godoc.org-redirect.article to avoid future copy-pasting.

Change-Id: I43e43baf911155d8f8e5fbc77110d4ede836518e
Reviewed-on: https://go-review.googlesource.com/c/blog/+/278933
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2020-12-17 18:54:30 +00:00
Julie Qiu 211a3514fe content: add godoc.org-redirect.article
Change-Id: Ie552c0ecf4479958ed51be5d1981a8112bbb8982
Reviewed-on: https://go-review.googlesource.com/c/blog/+/277952
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Julie Qiu <julie@golang.org>
2020-12-15 14:52:55 +00:00
Julie Qiu c68f4919b2 README.md: add badge to pkg.go.dev
Change-Id: Id2de42cc898214a03252177faf7224010d0e4c52
Reviewed-on: https://go-review.googlesource.com/c/blog/+/275302
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Julie Qiu <julie@golang.org>
2020-12-07 21:45:26 +00:00
Julie Qiu cb7bc91ae1 content: add additional links to pkgsite-redesign.article
A link is added to the first reference of pkg.go.dev in the
pkgsite-redesign.article. Captions with links to the page displayed are
also added.

For golang/go#42492

Change-Id: I8eb66b807d5179ea0e677951ba96119aeb0e4439
Reviewed-on: https://go-review.googlesource.com/c/blog/+/270805
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-11-17 18:24:28 +00:00
Julie Qiu 5d7660a867 content: fix images on mobile for pkgsite-redesign.article
The "height" attribute is removed from <img> tags so that images will
scale gracefully as the viewport width becomes narrower than the
original image size.

For golang/go#42493

Change-Id: I951a1d82a119f55d22cd564e871203d07a0a5f28
Reviewed-on: https://go-review.googlesource.com/c/blog/+/270804
Trust: Julie Qiu <julie@golang.org>
Run-TryBot: Julie Qiu <julie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-11-17 17:56:03 +00:00
Russ Cox fd679df69f content: add pkgsite-redesign and 11years
Change-Id: Ie52efa37e956c7503aa8f8a6ac170bb1347ebf8b
Reviewed-on: https://go-review.googlesource.com/c/blog/+/268841
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2020-11-10 16:52:14 +00:00
Dmitri Shuralyov e544dc6f85 blog: update to the App Engine Go 1.14 runtime
Reference:

•	https://cloud.google.com/appengine/docs/standard/go/runtime

Change-Id: I473814311bbfbd57cd3195fbeccdb49b6b4d47a7
Reviewed-on: https://go-review.googlesource.com/c/blog/+/266738
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
2020-11-06 23:27:05 +00:00
Dmitri Shuralyov da7da4462c blog: redirect HTTP traffic to HTTPS
Set secure to always on all handlers so that HTTP traffic
is redirected to an HTTPS URL with the same path.

References:

•	https://cloud.google.com/appengine/docs/standard/go/application-security#https_requestshttps://cloud.google.com/appengine/docs/standard/go/config/appref#handlers_secure

For golang/go#42281.

Change-Id: I2b86928d51d4e692d29ded1b244f3866c9b087e9
Reviewed-on: https://go-review.googlesource.com/c/blog/+/266737
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
2020-11-06 23:26:50 +00:00
Jean de Klerk 989b9fc7a2 x/blog: add non-pointer note for errors.As example
Since this is a very high SEO article and it's a copy-pasteable block, it gets
copy pasted without much thought, which leads to problems when the error is a
concrete type / interface / etc.

This CL adds a small note that users should watch out for the case when the
error type is not a pointer.

Fixes golang/go#35361

Change-Id: Ibbd950c2a73a5f30cdab3517e042f69465adff97
Reviewed-on: https://go-review.googlesource.com/c/blog/+/252877
Reviewed-by: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Kevin Burke <kev@inburke.com>
Trust: Jean de Klerk <deklerk@google.com>
Trust: Damien Neil <dneil@google.com>
2020-10-20 18:57:20 +00:00
Alice Merrick a3114234e4 blog: add 2020 developer survey announcement
Adds an announcement for the Go Developer Survey 2020.

Change-Id: I5a7a0a0e33b7be198148f2a017122bec10dc615e
Reviewed-on: https://go-review.googlesource.com/c/blog/+/263697
Trust: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
2020-10-20 17:36:49 +00:00
Steven Maude ac9f4b724e content: fix typo in strings.article
Fix misspelling of "techniques" in "Strings, bytes, runes and characters
in Go" article.

Change-Id: Idcd0ce68ec3f2a7605db3f4d756d5b03ae7f190c
GitHub-Last-Rev: a30ee08ecc
GitHub-Pull-Request: golang/blog#44
Reviewed-on: https://go-review.googlesource.com/c/blog/+/255179
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
2020-09-16 14:35:22 +00:00
d-tsuji 218d57ff38 content: fix code indents
Change-Id: If4931701d111fad6228724c9307dc8ffd5ec646c
Reviewed-on: https://go-review.googlesource.com/c/blog/+/253098
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
2020-09-06 04:50:12 +00:00
d-tsuji d241bfce96 content: fix link to "Go version 1 is released"
Change-Id: Iac52d9fc7044fa5cecf19e6580688a1ab49cb156
Reviewed-on: https://go-review.googlesource.com/c/blog/+/253099
Run-TryBot: Emmanuel Odeke <emm.odeke@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
2020-09-05 21:52:30 +00:00
Alexander Rakoczy 3841cf6a3e content: add go1.15.article
For golang/go#27155

Change-Id: I6c0a2a7b9293a39393192920c3625b6f09d77e0a
Reviewed-on: https://go-review.googlesource.com/c/blog/+/247406
Reviewed-by: Carlos Amedee <carlos@golang.org>
2020-08-11 21:58:26 +00:00
Ainar Garipov ec8acabe7d content: fix a few typos
Found with hunspell.

Change-Id: I5208cc9012df5f900848ef61c0ea915673efa307
Reviewed-on: https://go-review.googlesource.com/c/blog/+/247717
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2020-08-10 18:06:31 +00:00
Dmitri Shuralyov fb994f42d8 content: fix code block in Publishing Go Modules article
When indentation is used to create a code block immediately following
a list, Markdown syntax is ambiguous: it can be interpreted as another
text paragraph belonging to the last list entry, or as a standalone
code block.

The original behavior in CL 197637 made this unambiguously a code block
because the present format did not support lists. This changed when the
article was converted to use Markdown syntax in CL 222848.

Start using a fenced code block instead of indentation to resolve the
Markdown ambiguity and restore original behavior.

For golang/go#33955.

Change-Id: I9537bc72d7a32f90592942591b2688fb2f26c452
Reviewed-on: https://go-review.googlesource.com/c/blog/+/245017
Reviewed-by: Jean de Klerk <deklerk@google.com>
2020-07-27 20:33:33 +00:00