{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":163893962,"defaultBranch":"master","name":"website","ownerLogin":"golang","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-01-02T21:59:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/4314092?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1710371286.0","currentOid":""},"activityList":{"items":[{"before":"e7879e0f78ec3dbf8b9f42f3381d2a34a77fb423","after":"3d551ff78027c097b5b845266b663158e518dc32","ref":"refs/heads/master","pushedAt":"2024-05-24T15:26:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/doc: add go1.23.md placeholder\n\nAdd this file now so we can use the https://tip.golang.org/doc/go1.23\nboth before and after the release note fragments are merged, meaning\nwe won't need to tell people to abruptly stop looking at /doc/next and\nstart looking at /doc/go1.23 sometime in the next few weeks.\n\nThe /doc/next page may still be useful in some contexts where a moving\ntarget URL works better than a fixed one, so leave it behind for now.\n\nFor golang/go#65614.\n\nChange-Id: Ib28608f56b2a88b44e554bf24c04873f3ed6961b\nReviewed-on: https://go-review.googlesource.com/c/website/+/588057\nReviewed-by: Dmitri Shuralyov \nReviewed-by: Jonathan Amsterdam \nAuto-Submit: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"_content/doc: add go1.23.md placeholder"}},{"before":"89cd6982bcf07fd92de22f056a02c4c771b36b80","after":"e7879e0f78ec3dbf8b9f42f3381d2a34a77fb423","ref":"refs/heads/master","pushedAt":"2024-05-22T18:50:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cmd/golangorg: update App Engine runtime to Go 1.22\n\nBy now the supported and tested Go versions are Go 1.22 and 1.21.\nUpdate the website deployment to start using the Go 1.22 runtime.\nSee https://cloud.google.com/appengine/docs/standard/lifecycle/support-schedule#go.\n\nChange-Id: I376e36e8aa0f8128c1bcdce6a199c51f163e9c33\nReviewed-on: https://go-review.googlesource.com/c/website/+/587475\nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Hyang-Ah Hana Kim ","shortMessageHtmlLink":"cmd/golangorg: update App Engine runtime to Go 1.22"}},{"before":"ae474702175d912e46b08ecb71fd48a29fa6b4c2","after":"89cd6982bcf07fd92de22f056a02c4c771b36b80","ref":"refs/heads/master","pushedAt":"2024-05-22T18:44:53.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"cmd/golangorg: add doc/next page to preview draft release notes\n\nThe improved release note process is being used starting with Go 1.23.\nThat means instead of a single doc/go1.23.html draft file in the main\nGo repository, doc/next contains a set of release note fragments.\nHaving small, orthogonal files avoids merge conflicts, and a release\nnote test requires that release notes are written and included in the\nsame CL that's adding new APIs. As a result, the set of completed\nrelease notes even before we enter the release freeze is greater than\never before.\n\nWhile it's possible to view those fragments using tip.golang.org\n(e.g., by visiting https://tip.golang.org/doc/next), reading them\nthat way isn't practical. The relnote generate tool exists to merge\nfragments into a complete Markdown document, and this tool will be\nused when eventually moving a complete draft of Go 1.23 release notes\nto x/website.\n\nTo aid the remaining work of completing the release note draft, this\nchange adds a dynamic /doc/next page to preview what the relnote\ngenerate tool will produce. Combined with existing functionality of\nthe -tip flag, it makes https://tip.golang.org/doc/next display a live\npreview of the checked-in release notes draft.\n\nIt can also be used to preview release note draft locally. For example,\nif $HOME/gotip is a Go checkout where one is editing doc/next content:\n\ngo run golang.org/x/website/cmd/golangorg@latest -goroot=$HOME/gotip\n\nWill serve a live preview at http://localhost:6060/go.dev/doc/next.\nIt can be slightly more convenient to refresh a browser without having\nto re-run 'relnote generate'.\n\nFor golang/go#64169.\nFor golang/go#65614.\n\nChange-Id: Ie1d3650076421a95a691dd84a554a113dd1187b1\nReviewed-on: https://go-review.googlesource.com/c/website/+/587436\nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Dmitri Shuralyov \nReviewed-by: Jonathan Amsterdam ","shortMessageHtmlLink":"cmd/golangorg: add doc/next page to preview draft release notes"}},{"before":"03b6662d115731ed379ff3300fc5fe02dbac5f66","after":"ae474702175d912e46b08ecb71fd48a29fa6b4c2","ref":"refs/heads/master","pushedAt":"2024-05-20T17:08:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/doc/security/vuln: document the review_status field for vulns\n\nAdds documentation explaining how to interpret the new\necosystem_specific.review_status field.\n\nChange-Id: I537c3ab9e205b7a5c840fd4b01197ed152f8ccc1\nReviewed-on: https://go-review.googlesource.com/c/website/+/586495\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Damien Neil ","shortMessageHtmlLink":"_content/doc/security/vuln: document the review_status field for vulns"}},{"before":"8589d4971166904788de5c0fb20fff224ea0792e","after":"03b6662d115731ed379ff3300fc5fe02dbac5f66","ref":"refs/heads/master","pushedAt":"2024-05-18T03:37:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/blog/randv2: correct release number in summary\n\nFixes golang/go#67322\n\nChange-Id: Iabb9a24533705db7cc50a9c16aee1005cbb5a62f\nReviewed-on: https://go-review.googlesource.com/c/website/+/585035\nAuto-Submit: Russ Cox \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Russ Cox \nAuto-Submit: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Mauri de Souza Meneguzzo ","shortMessageHtmlLink":"_content/blog/randv2: correct release number in summary"}},{"before":"15db8a6e56d8c31431c243dea63c3299892d9ba9","after":"8589d4971166904788de5c0fb20fff224ea0792e","ref":"refs/heads/master","pushedAt":"2024-05-15T16:12:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/ref/mod: document godebug directive\n\nFor golang/go#65573.\n\nChange-Id: Ie6b92586d203dd921d86084da84edc4706143fd8\nReviewed-on: https://go-review.googlesource.com/c/website/+/584218\nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Russ Cox \nReviewed-by: Sam Thanawalla \nReviewed-by: Michael Matloob ","shortMessageHtmlLink":"_content/ref/mod: document godebug directive"}},{"before":"4bde6d136cf0dca7adaf840010b297d5568cd973","after":"15db8a6e56d8c31431c243dea63c3299892d9ba9","ref":"refs/heads/master","pushedAt":"2024-05-15T14:55:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/doc/install.html: eliminate redundant link\n\nI have just remove this paragraph:\n\"Don't see your operating system here? Try one of the other downloads.\" Some newbies are confuse by this so better remove it because it leads to the same page to \"Download (1.20.6)\".\n\nFixes golang/go#61311\n\nChange-Id: I9402dad754b9945b0c0dcc284eb6e8cdd229f999\nGitHub-Last-Rev: 5b2e2a6b95b6c771d9fda13d6c49192e7a177b5c\nGitHub-Pull-Request: golang/website#231\nReviewed-on: https://go-review.googlesource.com/c/website/+/509115\nTryBot-Bypass: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Alan Donovan ","shortMessageHtmlLink":"_content/doc/install.html: eliminate redundant link"}},{"before":"5a7bd31aaa1f0b82d4009f537acf21407ec57dca","after":"4bde6d136cf0dca7adaf840010b297d5568cd973","ref":"refs/heads/master","pushedAt":"2024-05-07T16:10:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"internal/history: document Go 1.22.3 and 1.21.10 releases\n\nChange-Id: I2896372623027eceb1edfd9fea0cc8241295dff0\nReviewed-on: https://go-review.googlesource.com/c/website/+/583777\nReviewed-by: David Chase \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"internal/history: document Go 1.22.3 and 1.21.10 releases"}},{"before":"2e9b327706c3d319cf84b4ace8387ca903ea0bd5","after":"5a7bd31aaa1f0b82d4009f537acf21407ec57dca","ref":"refs/heads/master","pushedAt":"2024-05-07T15:28:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"blog/chacha8rand: give perf graphs a white background\n\nThey have black text and black on very dark gray doesn't\nlook that great in dark mode (although it does seem in keeping\nwith the gestalt of dark mode).\n\nAlso fix coloring of links containing text, by removing\ncolor override for . Otherwise only the non-code parts\nof the links shows up blue, which is very confusing, like in\n\nmath/rand's Read\n\nwhere only the 's shows up blue.\n\nChange-Id: I345fd1ffaaa7e20804b31adcdab8d3d3d4acb924\nReviewed-on: https://go-review.googlesource.com/c/website/+/583835\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Roland Shoemaker ","shortMessageHtmlLink":"blog/chacha8rand: give perf graphs a white background"}},{"before":"e85b6d27ad1fc0835057077ef9085c0488fd379e","after":"2e9b327706c3d319cf84b4ace8387ca903ea0bd5","ref":"refs/heads/master","pushedAt":"2024-05-06T18:57:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"go.mod: update golang.org/x dependencies\n\nUpdate golang.org/x dependencies to their latest tagged versions.\n\nChange-Id: I673f037a2a647f3db07160cb11727370c091e60e\nReviewed-on: https://go-review.googlesource.com/c/website/+/583618\nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Gopher Robot \nReviewed-by: Than McIntosh \nReviewed-by: Dmitri Shuralyov ","shortMessageHtmlLink":"go.mod: update golang.org/x dependencies"}},{"before":"2f93ebbd8d1d5fd0f7484a76ad55597c91cb8450","after":"e85b6d27ad1fc0835057077ef9085c0488fd379e","ref":"refs/heads/master","pushedAt":"2024-05-03T19:49:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/blog: update developer survey dataset release plan\n\nChange-Id: I611ca3350146973485c4b8db43d1943eb072f882\nReviewed-on: https://go-review.googlesource.com/c/website/+/583155\nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Todd Kulesza \nReviewed-by: Cameron Balahan ","shortMessageHtmlLink":"_content/blog: update developer survey dataset release plan"}},{"before":"9abcd18054b9763968ad5f93c3b578e857f0a98f","after":"2f93ebbd8d1d5fd0f7484a76ad55597c91cb8450","ref":"refs/heads/master","pushedAt":"2024-05-03T16:50:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"chacha8rand: fix typos\n\nChange-Id: I01f7acc7e5170f88cf57581a42da688dc9b4a149\nReviewed-on: https://go-review.googlesource.com/c/website/+/583015\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: David Chase \nAuto-Submit: Ian Lance Taylor \nReviewed-by: Ian Lance Taylor ","shortMessageHtmlLink":"chacha8rand: fix typos"}},{"before":"8f0bd1b130aae1e10eba9d8d825dadcb4d34cc45","after":"9abcd18054b9763968ad5f93c3b578e857f0a98f","ref":"refs/heads/master","pushedAt":"2024-05-02T18:46:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"randv2: link to chacha8rand\n\nChange-Id: I84e919fdaeda92b1be6ab8b269e9e7a0793d3614\nReviewed-on: https://go-review.googlesource.com/c/website/+/582816\nAuto-Submit: Russ Cox \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Peter Weinberger ","shortMessageHtmlLink":"randv2: link to chacha8rand"}},{"before":"7a08a5364f7d3dd6db264f8066e6a3fee36ddcce","after":"8f0bd1b130aae1e10eba9d8d825dadcb4d34cc45","ref":"refs/heads/master","pushedAt":"2024-05-02T15:25:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"chacha8rand: new blog post\n\nChange-Id: I751e1cb29f1053665a275fed95dfe3f47798c45c\nReviewed-on: https://go-review.googlesource.com/c/website/+/582795\nAuto-Submit: Russ Cox \nReviewed-by: David Chase \nReviewed-by: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"chacha8rand: new blog post"}},{"before":"ceae1e129a598eed5e69f92499c4933eb8d3539d","after":"7a08a5364f7d3dd6db264f8066e6a3fee36ddcce","ref":"refs/heads/master","pushedAt":"2024-05-01T15:22:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"randv2: new blog post\n\nChange-Id: Ie02ae3ce5f33fe629768584b9ed516afef6cde67\nReviewed-on: https://go-review.googlesource.com/c/website/+/582559\nReviewed-by: Ian Lance Taylor \nAuto-Submit: Russ Cox \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"randv2: new blog post"}},{"before":"8f868aaaa466a66deed70f799c54fd5232cfbdaa","after":"ceae1e129a598eed5e69f92499c4933eb8d3539d","ref":"refs/heads/master","pushedAt":"2024-04-22T15:49:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"website/_content/doc: add goroot tag example\n\nFixes golang/go#66448\n\nChange-Id: I3f5e0f277c905381d55c5e95480f51f3004ee47a\nGitHub-Last-Rev: 967514323b06ff24b9c4d45d5c1842e141cae1fe\nGitHub-Pull-Request: golang/website#276\nReviewed-on: https://go-review.googlesource.com/c/website/+/573735\nReviewed-by: Cherry Mui \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Cherry Mui \nReviewed-by: Hyang-Ah Hana Kim ","shortMessageHtmlLink":"website/_content/doc: add goroot tag example"}},{"before":"5af563243b0d9cc3431629409563d696c119482e","after":"8f868aaaa466a66deed70f799c54fd5232cfbdaa","ref":"refs/heads/master","pushedAt":"2024-04-16T16:00:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"internal/screentest: fix function name in comment\n\nChange-Id: I55dfed6ab5e87794d992519d2916080d9d60fe0f\nReviewed-on: https://go-review.googlesource.com/c/website/+/579197\nReviewed-by: qiu laidongfeng2 <2645477756@qq.com>\nLUCI-TryBot-Result: Go LUCI \nRun-TryBot: shuang cui \nTryBot-Result: Gopher Robot \nReviewed-by: Ian Lance Taylor \nReviewed-by: Cherry Mui \nAuto-Submit: Ian Lance Taylor ","shortMessageHtmlLink":"internal/screentest: fix function name in comment"}},{"before":"427055ea441743fdb2cc14e181d03635bc0285e9","after":"5af563243b0d9cc3431629409563d696c119482e","ref":"refs/heads/master","pushedAt":"2024-04-15T17:43:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"blog: fix incorrect anchor href\n\nUpdates link to 'pseudo-version' documentation from\n'cmd/go/#hdr-Pseudo_versions' to 'ref/mod#pseudo-versions'.\n\nChange-Id: I67843580c07cff082858cc85cd768290a0aa8f37\nReviewed-on: https://go-review.googlesource.com/c/website/+/578655\nReviewed-by: Ian Lance Taylor \nReviewed-by: Cherry Mui \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Ian Lance Taylor ","shortMessageHtmlLink":"blog: fix incorrect anchor href"}},{"before":"bacad80230ff64328822391199a9714143b20f62","after":"427055ea441743fdb2cc14e181d03635bc0285e9","ref":"refs/heads/master","pushedAt":"2024-04-11T19:41:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/doc/go1.22.html: remove nonexistent v2 rand.Uint\n\nFixes golang/go#66693\n\nChange-Id: I0b7bfa77f831d25b717ec34188deb65c2f95b8aa\nReviewed-on: https://go-review.googlesource.com/c/website/+/578295\nAuto-Submit: Alan Donovan \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"_content/doc/go1.22.html: remove nonexistent v2 rand.Uint"}},{"before":"cfd4785fc36e391c9aecd53ef516fa975cd30cc7","after":"bacad80230ff64328822391199a9714143b20f62","ref":"refs/heads/master","pushedAt":"2024-04-11T17:57:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/doc: update references to obsolete godoc\n\nUpdates golang/go#59056\n\nChange-Id: I43ff06556e06c5bd76ee17632d3b316a7fbb7e70\nReviewed-on: https://go-review.googlesource.com/c/website/+/571101\nReviewed-by: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"_content/doc: update references to obsolete godoc"}},{"before":"4beff310477bde258898df0555d3cc3048898e0e","after":"cfd4785fc36e391c9aecd53ef516fa975cd30cc7","ref":"refs/heads/master","pushedAt":"2024-04-11T16:35:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"content: fix typo in JavaScript\n\nChange-Id: I942d039d67a060ee2a587e140a36b980ea469cd5\nReviewed-on: https://go-review.googlesource.com/c/website/+/561957\nReviewed-by: Carlos Amedee \nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"content: fix typo in JavaScript"}},{"before":"1e09c04051579de8c2994298c961717e068ce5a4","after":"4beff310477bde258898df0555d3cc3048898e0e","ref":"refs/heads/master","pushedAt":"2024-04-11T13:32:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/doc/database: fix typo in db query example\n\nFixes golang/go#66135\n\nChange-Id: I288e841657d8cf54e75db22d8b4ca7fcc4bf1559\nReviewed-on: https://go-review.googlesource.com/c/website/+/569915\nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov \nAuto-Submit: Alan Donovan ","shortMessageHtmlLink":"_content/doc/database: fix typo in db query example"}},{"before":"ed2f4aa2c8ad6101908bb75554bb58c6e5c258e3","after":"1e09c04051579de8c2994298c961717e068ce5a4","ref":"refs/heads/master","pushedAt":"2024-04-10T16:51:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/doc: convert go1.22.html to markdown\n\nConvert the last release notes file from html to markdown.\n\nSee https://go.dev/cl/539755 for context.\n\nThe diffs were done by eye, because the screen grab for the local\nserver included the cookie warning, making the screentest diffs useless.\n\nAlong the way, fixed a bug: the html inadvertently used backticks\nfor code in one place.\n\nFor golang/go#64169.\n\nChange-Id: I028982ad92a607974158a18496a1c3ac0a14d64a\nReviewed-on: https://go-review.googlesource.com/c/website/+/577775\nReviewed-by: Dmitri Shuralyov \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"_content/doc: convert go1.22.html to markdown"}},{"before":"64c171f80fae41aad6aefcd1818ad8952418b713","after":"ed2f4aa2c8ad6101908bb75554bb58c6e5c258e3","ref":"refs/heads/master","pushedAt":"2024-04-09T17:42:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/blog: add 2024 H1 developer survey results\n\nChange-Id: Icf32a0db2d56620f1ac66126345540fa8bfb22a5\nReviewed-on: https://go-review.googlesource.com/c/website/+/577115\nReviewed-by: Cameron Balahan \nReviewed-by: Todd Kulesza \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"_content/blog: add 2024 H1 developer survey results"}},{"before":"ae14498c5083cd23439fdda3bb8ec38861c83502","after":"64c171f80fae41aad6aefcd1818ad8952418b713","ref":"refs/heads/master","pushedAt":"2024-04-04T23:15:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"go.mod: update golang.org/x dependencies\n\nUpdate golang.org/x dependencies to their latest tagged versions.\n\nChange-Id: I08efc65d3443db2c7ccd7b5afe418f9b2e3073be\nReviewed-on: https://go-review.googlesource.com/c/website/+/576718\nReviewed-by: Than McIntosh \nAuto-Submit: Gopher Robot \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"go.mod: update golang.org/x dependencies"}},{"before":"4b1a1380f197e035154285062c08811d981f43ee","after":"ae14498c5083cd23439fdda3bb8ec38861c83502","ref":"refs/heads/master","pushedAt":"2024-04-04T19:33:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/blog/execution-traces-2024: fix compilation error\n\nThe `id` variable is not used, and there's no `GoroutineTransition`\nmethod, it's just called `Goroutine`.\n\nChange-Id: Ib3d3adf55542976c40274a7458fe6931853c495c\nReviewed-on: https://go-review.googlesource.com/c/website/+/576055\nReviewed-by: Felix Geisendörfer \nAuto-Submit: Michael Knyszek \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Carlos Amedee ","shortMessageHtmlLink":"_content/blog/execution-traces-2024: fix compilation error"}},{"before":"8d41b1ccf2f06f62c64596d0a710223ded1a5f9b","after":"4b1a1380f197e035154285062c08811d981f43ee","ref":"refs/heads/master","pushedAt":"2024-04-03T15:37:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"internal/history: document Go 1.22.2 and 1.21.9 releases\n\nChange-Id: I6f8a3ffecebb7a50798d03fc0693d42dc5ad791f\nReviewed-on: https://go-review.googlesource.com/c/website/+/576056\nReviewed-by: Than McIntosh \nAuto-Submit: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov ","shortMessageHtmlLink":"internal/history: document Go 1.22.2 and 1.21.9 releases"}},{"before":"3e18747147e17de19023de7a334c5a8508cbdff1","after":"8d41b1ccf2f06f62c64596d0a710223ded1a5f9b","ref":"refs/heads/master","pushedAt":"2024-03-20T14:26:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/doc/telemetry.md: update links to newly renamed chartconfig\n\nFixes golang/go#63883\n\nChange-Id: I92252f227ca64680fd4c3ca4ed506da4adc591fd\nReviewed-on: https://go-review.googlesource.com/c/website/+/572895\nReviewed-by: Hyang-Ah Hana Kim \nLUCI-TryBot-Result: Go LUCI \nAuto-Submit: Robert Findley ","shortMessageHtmlLink":"_content/doc/telemetry.md: update links to newly renamed chartconfig"}},{"before":"93a704f46f7b9ad6834a7d36d00e111051f6a5fb","after":"3e18747147e17de19023de7a334c5a8508cbdff1","ref":"refs/heads/master","pushedAt":"2024-03-15T21:50:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"_content/ref/mod: document dotless module paths\n\nFixes golang/go#32819\nFor golang/go#37641\n\nChange-Id: Icbf33337f1b35d47a44ddd7512ce4f7d0f8a0d56\nReviewed-on: https://go-review.googlesource.com/c/website/+/359594\nAuto-Submit: Bryan Mills \nReviewed-by: Dmitri Shuralyov \nLUCI-TryBot-Result: Go LUCI \nReviewed-by: Dmitri Shuralyov ","shortMessageHtmlLink":"_content/ref/mod: document dotless module paths"}},{"before":"0ede513f65a6b10971497cfc85fec22d0d006c24","after":"93a704f46f7b9ad6834a7d36d00e111051f6a5fb","ref":"refs/heads/master","pushedAt":"2024-03-15T15:58:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gopherbot","name":"GopherBot","path":"/gopherbot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8566911?s=80&v=4"},"commit":{"message":"blog/execution-traces-2024: fix spelling error in example\n\nChange-Id: Id7cc0fbfc133ac6f1e2927241b794c665e5f66f3\nReviewed-on: https://go-review.googlesource.com/c/website/+/571855\nReviewed-by: Cherry Mui \nAuto-Submit: Ian Lance Taylor \nReviewed-by: Ian Lance Taylor \nLUCI-TryBot-Result: Go LUCI ","shortMessageHtmlLink":"blog/execution-traces-2024: fix spelling error in example"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUy6R9wA","startCursor":null,"endCursor":null}},"title":"Activity · golang/website"}