go.dev: move cmd/* to top level

This leaves only _content in go.dev.

Change-Id: I8b6e318f8d0c573479aafd09aa3e30f8177ed433
Reviewed-on: https://go-review.googlesource.com/c/website/+/342890
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
diff --git a/go.dev/cmd/events/main.go b/cmd/events/main.go
similarity index 98%
rename from go.dev/cmd/events/main.go
rename to cmd/events/main.go
index 1b1e7a0..5f5d35c 100644
--- a/go.dev/cmd/events/main.go
+++ b/cmd/events/main.go
@@ -26,7 +26,7 @@
 	// eventsHeader is a header comment for the output content.
 	eventsHeader = `# DO NOT EDIT: Autogenerated from cmd/events.
 # To update, run:
-#    go run github.com/godevsite/go.dev/cmd/events > _content/events.yaml`
+#    go run ./cmd/events > go.dev/_content/events.yaml`
 )
 
 func main() {
diff --git a/go.dev/cmd/events/main_test.go b/cmd/events/main_test.go
similarity index 100%
rename from go.dev/cmd/events/main_test.go
rename to cmd/events/main_test.go
diff --git a/cmd/golangorg/cloudbuild.yaml b/cmd/golangorg/cloudbuild.yaml
index f392763..94bca2e 100644
--- a/cmd/golangorg/cloudbuild.yaml
+++ b/cmd/golangorg/cloudbuild.yaml
@@ -19,7 +19,7 @@
     args: ["go", "test", "./..."]
   - name: golang
     entrypoint: bash
-    args: ["-c", "go run ./go.dev/cmd/events/ > ./go.dev/_content/events.yaml"]
+    args: ["-c", "go run ./cmd/events/ > ./go.dev/_content/events.yaml"]
   - name: gcr.io/cloud-builders/gcloud
     entrypoint: bash
     args: ["./go-app-deploy.sh", "cmd/golangorg/app.yaml"]
@@ -28,12 +28,12 @@
     args: ["./go-app-deploy.sh", "--project=go-discovery", "cmd/golangorg/godevapp.yaml"]
   - name: golang
     args: [
-      "go", "run", "./go.dev/cmd/versionprune", "--dry_run=false",
+      "go", "run", "./cmd/versionprune", "--dry_run=false",
       "--project=$PROJECT_ID", "--service=default",
     ]
   - name: golang
     args: [
-      "go", "run", "./go.dev/cmd/versionprune", "--dry_run=false",
+      "go", "run", "./cmd/versionprune", "--dry_run=false",
       "--project=go-discovery", "--service=go-dev",
     ]
 
diff --git a/go.dev/cmd/versionprune/doc.go b/cmd/versionprune/doc.go
similarity index 100%
rename from go.dev/cmd/versionprune/doc.go
rename to cmd/versionprune/doc.go
diff --git a/go.dev/cmd/versionprune/main.go b/cmd/versionprune/main.go
similarity index 100%
rename from go.dev/cmd/versionprune/main.go
rename to cmd/versionprune/main.go
diff --git a/go.dev/cmd/versionprune/main_test.go b/cmd/versionprune/main_test.go
similarity index 100%
rename from go.dev/cmd/versionprune/main_test.go
rename to cmd/versionprune/main_test.go
diff --git a/go.dev/_content/events.yaml b/go.dev/_content/events.yaml
index a39cac5..a21e1f1 100644
--- a/go.dev/_content/events.yaml
+++ b/go.dev/_content/events.yaml
@@ -1,114 +1,20 @@
 # DO NOT EDIT: Autogenerated from cmd/events.
 # To update, run:
-#    go run github.com/godevsite/go.dev/cmd/events > _content/events.yaml
+#    go run ./cmd/events > go.dev/_content/events.yaml
 all:
-- city: Lehi
-  country: USA
-  description: |-
-    Join us on <a href="http://bit.ly/forgeutahinvite" rel="nofollow">Slack</a>!<br/>
-    The Utah Go User Group (#UTGO) is a community of people interested in software development and Google&#39;s Go programming language (Golang). Everyone is welcome.  We currently meet in Lehi. To discuss and vote on topic ideas, go to <a href="https://github.com/forgeutah/utah-go" rel="nofollow">https://github.com/forgeutah/utah-go</a><br/>
-     <br>
-  id: fnpgxrybcpbfb
-  local_date: Nov 3, 2020
-  local_time: "2020-11-03T18:00:00-07:00"
-  localizedcountry: USA
-  localizedlocation: Lehi, UT
-  name: Utah Golang User Group (Reserve Mike Campbell)
-  photourl: https://secure.meetupstatic.com/photos/event/c/d/0/7/600_452692487.jpeg
-  state: UT
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/c/d/0/7/thumb_452692487.jpeg
-  url: https://www.meetup.com/utahgophers/events/fnpgxrybcpbfb
 - city: Eugene
   country: USA
-  description: "All Gophers and curious software professionals are welcome to come
-    discuss Go and related topics.<br/>\nGo is a Google-funded language for massively-scalable
-    distributed systems that is statically typed and compiled. It has quickly stabilized
-    and is running head-to-head with C++, Java, C#, etc. (<a href=\"https://benchmarksgame-team.pages.debian.net/benchmarksgame/faster/go.html\"
-    rel=\"nofollow\">The Computer Language Benchmarks Game - Go</a>). However, a larger-than-expected
-    portion of new Gophers is made up of dynamic/interpreted language users who tend
-    to be seeking relief from the cruft in their current languages and/or a more clear
-    future within the horizontally-growing landscape of modern computing.<br/>\nIf
-    you&#39;re building web apps, designing APIs, thrive on scalability, or you&#39;re
-    simply curious about this fun new(ish) language, let&#39;s meetup.<br/>\n• More
-    resources are available at <a href=\"http://www.euggo.org\" rel=\"nofollow\">www.euggo.org</a> "
-  id: vjdnrrybcnbkb
-  local_date: Oct 7, 2020
-  local_time: "2020-10-07T12:00:00-07:00"
+  description: "All Gophers and curious software professionals are welcome to come discuss Go and related topics.<br/>\nGo is a Google-funded language for massively-scalable distributed systems that is statically typed and compiled. It has quickly stabilized and is running head-to-head with C++, Java, C#, etc. (<a href=\"https://benchmarksgame-team.pages.debian.net/benchmarksgame/faster/go.html\" rel=\"nofollow\">The Computer Language Benchmarks Game - Go</a>). However, a larger-than-expected portion of new Gophers is made up of dynamic/interpreted language users who tend to be seeking relief from the cruft in their current languages and/or a more clear future within the horizontally-growing landscape of modern computing.<br/>\nIf you&#39;re building web apps, designing APIs, thrive on scalability, or you&#39;re simply curious about this fun new(ish) language, let&#39;s meetup.<br/>\n• More resources are available at <a href=\"http://www.euggo.org\" rel=\"nofollow\">www.euggo.org</a> "
+  id: tddnrrycclbwb
+  local_date: Aug 17, 2021
+  local_time: "2021-08-17T18:30:00-07:00"
   localizedcountry: USA
   localizedlocation: Eugene, OR
-  name: Book Club > Get Programming With Go
+  name: Contribution > OpenBoard Check-in
   photourl: https://secure.meetupstatic.com/photos/event/2/8/1/600_453660641.jpeg
   state: OR
   thumbnailurl: https://secure.meetupstatic.com/photos/event/2/8/1/thumb_453660641.jpeg
-  url: https://www.meetup.com/EUG-Go/events/vjdnrrybcnbkb
-- city: Berlin
-  country: Germany
-  description: |-
-    Join us on Slack: <a href="https://wwgberlin.herokuapp.com/" rel="nofollow">https://wwgberlin.herokuapp.com/</a> <br/>
-    Follow us on Twitter: <a href="https://twitter.com/wwgberlin" rel="nofollow">@WWGBerlin</a><br/>
-    Go (also known as Golang) is a great programming language to learn and develop in. We built this meetup to offer a better entry point to women who are interested in Go. We also want to provide a space for networking, learning and finding mentors. This group shall bring us together so we can continue to grow in Go. <br/>
-    You can become a WWG mentee if: <br/>
-    1. You identify as female, publicly or privately <br/>
-    2. You have some interest in Go<br/>
-    Supporters of Women Who Go are welcome to join, especially as mentors. For the Go Study Groups, the mentee/learners spots will be given to women.<br/>
-    Feel free to check out our learning resources: <a href="https://github.com/wwgberlin/GoStudyGroup" rel="nofollow">https://github.com/wwgberlin/GoStudyGroup</a> <br>Feel free to contribute to our resources by adding Go Tutorials to it!<br/>
-    For companies who want to host and sponsor Women Who Go Berlin: Please send us a msg through meetup or Twitter: <a href="https://twitter.com/wwgberlin" rel="nofollow">@WWGBerlin</a>
-  id: "273575858"
-  local_date: Oct 7, 2020
-  local_time: "2020-10-07T19:00:00+02:00"
-  localizedcountry: Germany
-  localizedlocation: Berlin, Germany
-  name: 'Women Who Go Book club - chapter 2.1: The Parser part 2'
-  photourl: https://secure.meetupstatic.com/photos/event/6/6/9/3/600_452906259.jpeg
-  state: ""
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/6/6/9/3/thumb_452906259.jpeg
-  url: https://www.meetup.com/Women-Who-Go-Berlin/events/273575858
-- city: Jacksonville
-  country: USA
-  description: GoJax represents the North Florida Go community located in Duval, Baker,
-    Nassau, <br>Clay, and St. Johns counties. There are a number of tech Meetup groups
-    in <br>Jacksonville, but none of them address the Go programming language. We
-    plan on <br>filling that gap.
-  id: "273628929"
-  local_date: Oct 7, 2020
-  local_time: "2020-10-07T19:00:00-04:00"
-  localizedcountry: USA
-  localizedlocation: Jacksonville, FL
-  name: Go and Web Assembly
-  photourl: ""
-  state: FL
-  thumbnailurl: ""
-  url: https://www.meetup.com/meetup-group-fuSlbVYy/events/273628929
-- city: Orlando
-  country: USA
-  description: Orlando&#39;s first meetup group dedicated to the Go Programming Language.
-    All skill levels are welcome - whether you&#39;re a beginner or a full-fledged
-    gopher.
-  id: "273460434"
-  local_date: Oct 7, 2020
-  local_time: "2020-10-07T19:00:00-04:00"
-  localizedcountry: USA
-  localizedlocation: Orlando, FL
-  name: Orlando Go Monthly Meetup (Online!)  - Go & Web Assembly
-  photourl: https://secure.meetupstatic.com/photos/event/9/7/c/4/600_441638852.jpeg
-  state: FL
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/9/7/c/4/thumb_441638852.jpeg
-  url: https://www.meetup.com/OrlanGo/events/273460434
-- city: Atlanta
-  country: USA
-  description: |-
-    Go Users Group Atlanta is a meeting place for people interested in developing and promoting the local Go development community.<br/>
-    Many of us hang out in <a href="https://tech404.slack.com/messages/golang" rel="nofollow">#golang</a> on <a href="http://tech404.io" rel="nofollow">Tech404</a>
-  id: "273303769"
-  local_date: Oct 8, 2020
-  local_time: "2020-10-08T18:30:00-04:00"
-  localizedcountry: USA
-  localizedlocation: Atlanta, GA
-  name: October Go Virtual Meetup ft. Bill Kennedy on Go Generics
-  photourl: https://secure.meetupstatic.com/photos/event/a/6/8/8/600_355422632.jpeg
-  state: GA
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/a/6/8/8/thumb_355422632.jpeg
-  url: https://www.meetup.com/Go-Users-Group-Atlanta/events/273303769
+  url: https://www.meetup.com/EUG-Go/events/tddnrrycclbwb
 - city: Berlin
   country: Germany
   description: |-
@@ -117,174 +23,228 @@
     <a href="https://golang.org/conduct" rel="nofollow">https://golang.org/conduct</a> <br><a href="http://berlincodeofconduct.org/" rel="nofollow">http://berlincodeofconduct.org</a><br/>
     Follow us on twitter: <a href="https://twitter.com/gdgberlingolang" rel="nofollow">@GDGBerlinGolang</a><br/>
     You can get our special group swag here: <a href="https://shop.spreadshirt.de/gdg-golang-berlin" rel="nofollow">https://shop.spreadshirt.de/gdg-golang-berlin</a><br>
-  id: "271795652"
-  local_date: Oct 14, 2020
-  local_time: "2020-10-14T19:00:00+02:00"
+  id: "279891693"
+  local_date: Aug 18, 2021
+  local_time: "2021-08-18T19:00:00+02:00"
   localizedcountry: Germany
   localizedlocation: Berlin, Germany
-  name: '[online] October Golang meetup'
+  name: '[online] August Golang meetup'
   photourl: https://secure.meetupstatic.com/photos/event/9/8/b/1/600_465459089.jpeg
   state: ""
   thumbnailurl: https://secure.meetupstatic.com/photos/event/9/8/b/1/thumb_465459089.jpeg
-  url: https://www.meetup.com/golang-users-berlin/events/271795652
-- city: Seattle
-  country: USA
-  description: |-
-    The Seattle Go User Group is a community for anyone interested in the Go programming language. <br><br/>
-    <br><br/>
-    We provide opportunities to:<br/>
-    • Discuss Go and related topics <br/>
-    • Socialize with people who are interested in Go<br/>
-    • Find or fill Go-related jobs <br/>
-    <br><br/>
-    If you want to chat all things Go, feel free to join us on the Gopher slack. <br/>
-    Invites can be found at <a href="https://invite.slack.golangbridge.org" rel="nofollow">https://invite.slack.golangbridge.org</a><br/>
-    There is a #seattle channel which can be joined by anyone, so come say hi!<br/>
-    <br><br/>
-    Our aim is to be a welcoming environment. As such all attendees, organizers and sponsors are required to follow the <a href="https://golang.org/conduct" rel="nofollow">code of conduct</a>.
-  id: rksdvrybcnbsb
-  local_date: Oct 14, 2020
-  local_time: "2020-10-14T13:00:00-07:00"
-  localizedcountry: USA
-  localizedlocation: Seattle, WA
-  name: Eastside Go Coffee
-  photourl: https://secure.meetupstatic.com/photos/event/a/4/b/e/600_450342174.jpeg
-  state: WA
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/a/4/b/e/thumb_450342174.jpeg
-  url: https://www.meetup.com/golang/events/rksdvrybcnbsb
-- city: Belfast
-  country: United Kingdom
-  description: |-
-    Belfast Gophers, aka The Go Belfast User Group (GBUG), are a Belfast-based community for anyone interested in the Go programming language. Belfast Gophers held their first Meet-up 2016, and since then the group has grown to over 300 gophers. <br><br/>
-    Membership of Belfast Gophers is managed via our <a href="https://www.meetup.com/Belfast-Gophers/" rel="nofollow">Meetup page</a>; everyone is welcome! We also have an active <a href="https://twitter.com/belfast_gopher" rel="nofollow">Twitter feed</a> and we&#39;ve recently set-up the #belfast channel on <a href="https://gophers.slack.com/" rel="nofollow">Gophers Slack</a> (<a href="https://invite.slack.golangbridge.org/" rel="nofollow">sign-up here</a>). <br><br/>
-    <br><br/>
-    Contact<br/>
-    Twitter: <a href="https://twitter.com/belfast_gopher" rel="nofollow">@belfast_gopher</a><br/>
-    Email: <a href="mailto:info@belfastgophers.com" rel="nofollow">info@belfastgophers.com</a><br/>
-     <br><br/>
-    Code of Conduct<br/>
-    Belfast Gophers operate under the <a href="https://golang.org/conduct" rel="nofollow">Go Community Code of Conduct</a>.<br/>
-     <br><br/>
-    Swag <br>We have swag on <a href="https://www.redbubble.com/people/belfastgophers/works/27394442-belfast-gophers" rel="nofollow">Redbubble</a> for anyone wanting a Belfast Gopher&#39;s t-shirt or other swag, you only pay Redbubble we don&#39;t take any fee for these. <br/>
-     <br><br/>
-     <br><br/>
-     <br><br/>
-     <br>
-  id: "273346208"
-  local_date: Oct 15, 2020
-  local_time: "2020-10-15T18:00:00+01:00"
-  localizedcountry: United Kingdom
-  localizedlocation: Belfast, United Kingdom
-  name: 'Oto: Pace’s lightweight JSON/HTTP RPC thing'
-  photourl: ""
-  state: ""
-  thumbnailurl: ""
-  url: https://www.meetup.com/Belfast-Gophers/events/273346208
-- city: Guadalajara
-  country: Mexico
-  description: Comunidad enfocada en dar a conocer el lenguaje Golang y generar un
-    espacio donde se pueda compartir conocimientos, proyectos y experiencias entorno
-    a este gran lenguaje. En las reuniones se presentan un par de pláticas o talleres
-    relacionados con Golang. Networking al finalizar. <br> <br>Síguenos en:<br><br><a
-    href="https://www.facebook.com/golang.guadalajara" rel="nofollow">Facebook</a><br>
-    <br><a href="https://www.youtube.com/channel/UCxpBz-Hw1p5S-v3vPpwi5oA" rel="nofollow">YouTube</a><br>
-  id: "273759040"
-  local_date: Oct 15, 2020
-  local_time: "2020-10-15T18:30:00-05:00"
-  localizedcountry: Mexico
-  localizedlocation: Guadalajara, Mexico
-  name: Golang Guadalajara Meetup - Octubre 2020
-  photourl: ""
-  state: ""
-  thumbnailurl: ""
-  url: https://www.meetup.com/Golang-Guadalajara/events/273759040
-- city: Leipzig
-  country: Germany
-  description: |-
-    We enjoy using Go and we are curious about the language, its features and applications, especially in the context of cloud computing and infrastructure.<br/>
-    Our goal is to establish a place, where people from all backgrounds interested in the Go programming language and various cloud technologies can meet, learn, share experiences, present, discuss and network.<br/>
-    We aim to be a welcoming community, respecting Gopher values, as outlined here: <a href="https://golang.org/conduct" rel="nofollow">https://golang.org/conduct</a>.<br/>
-     <br><br/>
-    Find out more on: <a href="https://golangleipzig.space/" rel="nofollow">https://golangleipzig.space/</a> and <a href="https://twitter.com/golang_leipzig" rel="nofollow">https://github.com/golang-leipzig<br></a><br/>
-     Since March 2019, we are part of the Go Developer Network:<br/>
-    <a href="https://blog.golang.org/go-developer-network" rel="nofollow">https://blog.golang.org/go-developer-network</a><br/>
-    <br>
-  id: "268785569"
-  local_date: Oct 16, 2020
-  local_time: "2020-10-16T19:00:00+02:00"
-  localizedcountry: Germany
-  localizedlocation: Leipzig, Germany
-  name: 'Leipzig Golang Meetup #13'
-  photourl: ""
-  state: ""
-  thumbnailurl: ""
-  url: https://www.meetup.com/Leipzig-Golang/events/268785569
-- city: Gurgaon
-  country: India
-  description: |-
-    This group is for people interested in learning both the programming language Go(lang), and how to build interesting things with it. We will aim the first few sessions at beginner-intermediate levels and maybe later introduce some high-level talks.<br/>
-     WE ARE ACTIVELY LOOKING FOR MEETUP VENUES.<br/>
-    Want to help organise/volunteer? - Come say hi and meet fellow gophers on <a href="https://join.slack.com/t/golang-gurgaon/shared_invite/enQtODgxMTIyODQ1MzQ4LTA2ZGNmZTgwOTBiMDJmMDJhOWNlMmRlZGI3YzZiZWQyNGMyOWE5NjgxMzc5OTAzOGIxMTA0OTBiZGU0ZGUxYjc" rel="nofollow">Slack</a>.
-  id: szcfmrybcnbwb
-  local_date: Oct 17, 2020
-  local_time: "2020-10-17T11:00:00+05:30"
-  localizedcountry: India
-  localizedlocation: Gurgaon, India
-  name: Golang Gurgaon Meetup
-  photourl: https://secure.meetupstatic.com/photos/event/c/e/4/5/600_473932805.jpeg
-  state: ""
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/c/e/4/5/thumb_473932805.jpeg
-  url: https://www.meetup.com/Gurgaon-Go-Meetup/events/szcfmrybcnbwb
-- city: Graz
-  country: Austria
-  description: |-
-    Die <a href="https://golang.org" rel="nofollow">Programmiersprache Go</a> hat einen Grazer &#34;Stammtisch&#34;. <br/>
-    Wir treffen uns jeden 2. Montag im Monat bei TAO Digital am Lendplatz.<br/>
-    Schau einfach vorbei oder besuche uns online unter <a href="https://gograz.org" rel="nofollow">GoGraz</a>! <br>
-  id: fxlkwrybcnbzb
-  local_date: Oct 19, 2020
-  local_time: "2020-10-19T19:00:00+02:00"
-  localizedcountry: Austria
-  localizedlocation: Graz, Austria
-  name: Go Language Usergroup Graz
-  photourl: https://secure.meetupstatic.com/photos/event/3/3/e/0/600_459373280.jpeg
-  state: ""
-  thumbnailurl: https://secure.meetupstatic.com/photos/event/3/3/e/0/thumb_459373280.jpeg
-  url: https://www.meetup.com/Graz-Open-Source-Meetup/events/fxlkwrybcnbzb
-- city: Bournemouth
-  country: United Kingdom
-  description: |-
-    Golang Dorset<br/>
-     is a user group for people interested in the <br/>
-    <a href="https://golang.org/" rel="nofollow">Go programming language</a> and assorted related technologies and methodologies (kubernetes / docker / DevOps etc) <br><br/>
-    We aim to meet every month in central Bournemouth. <br>--- <br><br/>
-    We want to give everyone a chance to learn, or improve their skills with Go by practicing it, organizing workshops and talks, and mingling along like-minded individuals.<br/>
-    Any level of proficiency (or none at all) is welcome. <br/>
-    All code and slides from examples are available in the github repo <a href="https://github.com/golangdorset" rel="nofollow">github.com/golangdorset</a>  <br><br/>
-    <a href="https://join.slack.com/t/golangdorset/shared_invite/zt-49ut08ec-3E3a3JTt4XbxtZs2BnQdyw" rel="nofollow">Join us on Slack!</a> <br>
-  id: qfdjvrybcnbzb
-  local_date: Oct 19, 2020
-  local_time: "2020-10-19T19:00:00+01:00"
-  localizedcountry: United Kingdom
-  localizedlocation: Bournemouth, United Kingdom
-  name: Golang Dorset Monthly Meetup
-  photourl: ""
-  state: ""
-  thumbnailurl: ""
-  url: https://www.meetup.com/Golang-Dorset/events/qfdjvrybcnbzb
+  url: https://www.meetup.com/golang-users-berlin/events/279891693
 - city: Reston
   country: USA
   description: |-
     (from golang.org) <br><br/>
      <br/>
     The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It&#39;s a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.
-  id: cmkwtrybcnbcc
-  local_date: Oct 21, 2020
-  local_time: "2020-10-21T19:00:00-04:00"
+  id: cblrmsycclbxb
+  local_date: Aug 18, 2021
+  local_time: "2021-08-18T19:00:00-04:00"
   localizedcountry: USA
   localizedlocation: Reston, VA
   name: Golang Reston Monthly Meetup
   photourl: https://secure.meetupstatic.com/photos/event/7/f/7/600_433982039.jpeg
   state: VA
   thumbnailurl: https://secure.meetupstatic.com/photos/event/7/f/7/thumb_433982039.jpeg
-  url: https://www.meetup.com/Golang-Reston/events/cmkwtrybcnbcc
+  url: https://www.meetup.com/Golang-Reston/events/cblrmsycclbxb
+- city: Minneapolis
+  country: USA
+  description: |-
+    A meetup group to discuss the Go Programming Language.<br><br/>
+    <br/>
+    <br/>
+    <br><br/>
+    <br/>
+    <br/>
+    What is Go?<br><br/>
+    <br/>
+    <br/>
+    (from golang.org) The Go programming language is an open source project to make programmers more productive. Go is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It&#39;s a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.
+  id: "280071866"
+  local_date: Aug 18, 2021
+  local_time: "2021-08-18T18:00:00-05:00"
+  localizedcountry: USA
+  localizedlocation: Minneapolis, MN
+  name: August GoMN Meetup (in-person and virtual)
+  photourl: https://secure.meetupstatic.com/photos/event/8/a/0/4/600_380555332.jpeg
+  state: MN
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/8/a/0/4/thumb_380555332.jpeg
+  url: https://www.meetup.com/golangmn/events/280071866
+- city: New York
+  country: USA
+  description: |
+    Go Language meetups and more in the greatest city in the world! <br/>
+    <br/>
+    Our purpose is to help build the Go community within NYC. We are here to support individuals by providing a safe platform for them to speak, listen, and learn. When not hosting a meetup, we will help promote and support our partner groups and events to help build awareness for all things Go in NYC.<br/>
+    Follow us on twitter at <a href="https://twitter.com/golangnyc" rel="nofollow">@golangnyc</a>.<br/>
+    Events are Free for the Community <br/>
+  id: "279593118"
+  local_date: Aug 18, 2021
+  local_time: "2021-08-18T19:00:00-04:00"
+  localizedcountry: USA
+  localizedlocation: New York, NY
+  name: JWTs - What Golang Developers Need to Know by Dan Moore
+  photourl: https://secure.meetupstatic.com/photos/event/7/d/3/1/600_464912049.jpeg
+  state: NY
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/7/d/3/1/thumb_464912049.jpeg
+  url: https://www.meetup.com/golanguagenewyork/events/279593118
+- city: Toronto
+  country: Canada
+  description: |-
+    Women Who Go Toronto is a community of women and non-binary Go (Golang) developers committed to learning and sharing intermediate and advanced Go programming topics in an open and inclusive environment. <br/>
+    <br><br/>
+    Is this meetup for me?<br/>
+    <br/>
+     <br><br/>
+    <br><br/>
+    Women Who Go Toronto Mascot<br/>
+    Our gopher friend, Meg, is designed by <a href="https://www.instagram.com/ellenpix" rel="nofollow">Ellen Hsiang</a>. The inspiration behind this mascot comes from the well-known photo of software pioneer Margaret Hamilton standing next to her team&#39;s tower of code for the Apollo Project. She was a champion of computer programming as a legitimate discipline, and is credited with coining the term software engineering.<br/>
+    Behind Meg is the distinctive Toronto City Hall. In contrast to that other famous but pointier Toronto landmark, City Hall is a curvy harmony of parts. Two towers wrap around the saucer-like council chamber, hinting at standing figures gathering for an intimate chat. It is also the literal meeting place for City Council. Both the building and the meetings are open to the public.<br/>
+    Passionate software engineers, gophers, and a welcoming community? What else but Women Who Go Toronto.<br/>
+    <br><br/>
+    Code of Conduct<br/>
+    All members agree to adhere to the <a href="https://github.com/gobridge/about-us/blob/master/coc.md" rel="nofollow">Women Who Go Code of Conduct</a>. <br><br/>
+     <br>
+  id: "280080819"
+  local_date: Aug 19, 2021
+  local_time: "2021-08-19T12:00:00-04:00"
+  localizedcountry: Canada
+  localizedlocation: Toronto, ON
+  name: 'Reading Club: Inlined defers in Go'
+  photourl: ""
+  state: "ON"
+  thumbnailurl: ""
+  url: https://www.meetup.com/women-who-go-toronto/events/280080819
+- city: Boulder
+  country: USA
+  description: Come meet and learn from other Boulder-based gophers!
+  id: rbjqgrycclbzb
+  local_date: Aug 19, 2021
+  local_time: "2021-08-19T17:30:00-06:00"
+  localizedcountry: USA
+  localizedlocation: Boulder, CO
+  name: Boulder Monthly Go Meetup
+  photourl: https://secure.meetupstatic.com/photos/event/4/a/e/f/600_460759183.jpeg
+  state: CO
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/4/a/e/f/thumb_460759183.jpeg
+  url: https://www.meetup.com/Boulder-Gophers/events/rbjqgrycclbzb
+- city: Newcastle Upon Tyne
+  country: United Kingdom
+  description: This is a group for anyone in the North East of England who&#39;s interested in the Go programming language. We usually meet up in Newcastle on the fourth Tuesday of every month at Campus North, Carliol Square.
+  id: mzwncsycclbgc
+  local_date: Aug 24, 2021
+  local_time: "2021-08-24T19:30:00+01:00"
+  localizedcountry: United Kingdom
+  localizedlocation: Newcastle Upon Tyne, United Kingdom
+  name: Go meetup
+  photourl: ""
+  state: ""
+  thumbnailurl: ""
+  url: https://www.meetup.com/Golang-North-East/events/mzwncsycclbgc
+- city: Denver
+  country: USA
+  description: This is a group for anyone that is interested in learning more about the Go programming language. We invite novice developers to experienced developers to attend. We will make sure we have appropriate topics and presentations for all groups. Our focus will be on how GO compares to other languages, paths for moving from Rails to Go, Go Concurrency Examples, and many many more real world examples and tech talks.
+  id: jjvnnsycclbjc
+  local_date: Aug 25, 2021
+  local_time: "2021-08-25T17:30:00-06:00"
+  localizedcountry: USA
+  localizedlocation: Denver, CO
+  name: Denver Monthly Go Meetup
+  photourl: https://secure.meetupstatic.com/photos/event/9/2/f/f/600_459337631.jpeg
+  state: CO
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/9/2/f/f/thumb_459337631.jpeg
+  url: https://www.meetup.com/Denver-Go-Language-User-Group/events/jjvnnsycclbjc
+- city: Chennai
+  country: India
+  description: |-
+    A group for anyone using (want to use) golang for programming and development of software or engineering applications.<br/>
+    We are on slack #chennaigolang
+  id: "280073876"
+  local_date: Aug 28, 2021
+  local_time: "2021-08-28T11:00:00+05:30"
+  localizedcountry: India
+  localizedlocation: Chennai, India
+  name: '[Remote] August Go Meetup'
+  photourl: https://secure.meetupstatic.com/photos/event/5/0/0/c/600_491060492.jpeg
+  state: ""
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/5/0/0/c/thumb_491060492.jpeg
+  url: https://www.meetup.com/Chennai-golang-Meetup/events/280073876
+- city: Canberra
+  country: Australia
+  description: Canberra Gophers will meet every month to talk about software development using the Go programming language. Please join if you have an interest in Go or if you are using Go in your work.
+  id: "279961436"
+  local_date: Sep 1, 2021
+  local_time: "2021-09-01T18:00:00+10:00"
+  localizedcountry: Australia
+  localizedlocation: Canberra, Australia
+  name: Canberra Gophers Sepember 2021
+  photourl: ""
+  state: ""
+  thumbnailurl: ""
+  url: https://www.meetup.com/Canberra-Gophers/events/279961436
+- city: Tel Aviv-Yafo
+  country: Israel
+  description: |-
+    This is the group for programmers who are interested in the High Performance, Scalable, lightweight, cross platform development tool that also promises ease of programming, agility and the fun you don&#39;t usually get using a low-level language. Welcome to the Israeli Go language Group.<br/>
+    If you&#39;d like to give a talk, please add yourself to <a href="https://trello.com/b/xbSxWRpG/go-israel-talks" rel="nofollow">the trello board</a>
+  id: kjvczlyccmbcb
+  local_date: Sep 1, 2021
+  local_time: "2021-09-01T18:00:00+03:00"
+  localizedcountry: Israel
+  localizedlocation: Tel Aviv-Yafo, Israel
+  name: November Meetup (TBD)
+  photourl: https://secure.meetupstatic.com/photos/event/a/9/6/9/600_477523369.jpeg
+  state: ""
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/a/9/6/9/thumb_477523369.jpeg
+  url: https://www.meetup.com/Go-Israel/events/kjvczlyccmbcb
+- city: Sheffield
+  country: United Kingdom
+  description: |-
+    We meet the first Thursday of every month to discuss interesting topics about the Go programming language.<br/>
+     <br><br/>
+    Twitter: <a href="https://twitter.com/GolangSheffield" rel="nofollow">https://twitter.com/GolangSheffield</a><br/>
+    GitHub: <a href="https://github.com/gosheffield" rel="nofollow">https://github.com/gosheffield</a><br/>
+    YouTube: <a href="https://www.youtube.com/channel/UCqCNEC4iEwT9L1GzyosuZ4Q" rel="nofollow">https://www.youtube.com/channel/UCqCNEC4iEwT9L1GzyosuZ4Q</a> <br>
+  id: "280091930"
+  local_date: Sep 2, 2021
+  local_time: "2021-09-02T18:30:00+01:00"
+  localizedcountry: United Kingdom
+  localizedlocation: Sheffield, United Kingdom
+  name: GoSheffield - September
+  photourl: ""
+  state: ""
+  thumbnailurl: ""
+  url: https://www.meetup.com/GoSheffield/events/280091930
+- city: Baltimore
+  country: USA
+  description: If you&#39;re interested in the Go Programming Language (aka Golang), newbie, experienced or just curious, this is the meetup for you. We&#39;re an inclusive group that aims for diversity in our membership, the talks we select every month and your ideas for making this group thrive. Let&#39;s build an awesome Go community in the Baltimore Metro Area.
+  id: twgcdqyccmbkb
+  local_date: Sep 7, 2021
+  local_time: "2021-09-07T18:30:00-04:00"
+  localizedcountry: USA
+  localizedlocation: Baltimore, MD
+  name: Baltimore Go Monthly Meeting
+  photourl: https://secure.meetupstatic.com/photos/event/5/2/1/5/600_485661013.jpeg
+  state: MD
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/5/2/1/5/thumb_485661013.jpeg
+  url: https://www.meetup.com/BaltimoreGolang/events/twgcdqyccmbkb
+- city: Lehi
+  country: USA
+  description: |-
+    Any person can attend this meetup regardless of gender. We strive to help all people learn about the Go programming language. We hope these skills will help them at work, home, and in passion projects. We also strive to enable women in the workplace!<br><br/>
+    This is a Utah based chapter of the Women Who Go group (<a href="https://www.womenwhogo.org/" rel="nofollow">https://www.womenwhogo.org/</a>). <br/>
+    Find us in twitter: @wwgutah<br/>
+    Contact:miriah@theforge.tech<br/>
+    CFP: <a href="https://www.papercall.io/events/3901" rel="nofollow">https://www.papercall.io/events/3901</a>
+  id: htjjnsyccmbkb
+  local_date: Sep 7, 2021
+  local_time: "2021-09-07T18:15:00-06:00"
+  localizedcountry: USA
+  localizedlocation: Lehi, UT
+  name: 'Full Stack Code Gen: Using go gen and Other Tools'
+  photourl: https://secure.meetupstatic.com/photos/event/4/d/4/c/600_489379788.jpeg
+  state: UT
+  thumbnailurl: https://secure.meetupstatic.com/photos/event/4/d/4/c/thumb_489379788.jpeg
+  url: https://www.meetup.com/Women-Who-Go-Utah/events/htjjnsyccmbkb
diff --git a/tour/cloudbuild.yaml b/tour/cloudbuild.yaml
index 3adb703..b53a95e 100644
--- a/tour/cloudbuild.yaml
+++ b/tour/cloudbuild.yaml
@@ -14,7 +14,6 @@
       "go", "run", "./cmd/versionprune", "--dry_run=false",
       "--project=$PROJECT_ID", "--service=tour",
     ]
-    dir: go.dev
 
 options:
   machineType: E2_HIGHCPU_8