diff options
author | Russ Cox <rsc@golang.org> | 2019-11-13 11:56:08 -0500 |
---|---|---|
committer | Russ Cox <rsc@golang.org> | 2019-11-14 16:12:31 +0000 |
commit | 3780780ce6687dee167c70df957fc959fa96afda (patch) | |
tree | c30b0c99f9ad52a91bb80f305a5f2bd0353e5213 | |
parent | 584205eb2c4d137e32b64d0124a90e520ff96e1b (diff) |
content: add go.dev article
Change-Id: I30b0f6c4f50d04e3a2e74e98f1197708b4f7c385
Reviewed-on: https://go-review.googlesource.com/c/blog/+/207257
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
-rw-r--r-- | content/go.dev.article | 45 | ||||
-rw-r--r-- | content/go.dev/home.png | bin | 0 -> 313522 bytes | |||
-rw-r--r-- | content/go.dev/http.png | bin | 0 -> 252362 bytes |
3 files changed, 45 insertions, 0 deletions
diff --git a/content/go.dev.article b/content/go.dev.article new file mode 100644 index 0000000..8dc0cd1 --- /dev/null +++ b/content/go.dev.article @@ -0,0 +1,45 @@ +Go.dev: a new hub for Go developers +13 Nov 2019 + +Steve Francia and Julie Qiu +julieqiu@golang.org + +* Introduction + +Over the last two years, +as we’ve spoken with users at companies of all sizes, +we’ve heard three questions repeatedly: +who else is using Go, +what do they use it for, +and how can I find useful Go packages? + +Today we are launching [[https://go.dev][go.dev]], a new hub for Go developers, +to help answer those questions. +There you will find a wealth of learning resources to get started with the language, +featured use cases, and case studies of companies using Go. + +.image go.dev/home.png _ 850 + +(Note that [[https://golang.org/][golang.org]] is still the home for the +open source Go project and the Go distribution. +Go.dev is a companion site to provide these supporting resources.) + +Clicking on Explore brings you to [[https://pkg.go.dev/][pkg.go.dev]], +a central source of information about Go packages and modules. +Like [[https://godoc.org/][godoc.org]], pkg.go.dev serves Go documentation. +However, it also understands modules and has information +about all versions of a package, including +[[https://pkg.go.dev/std?tab=versions][all releases of the standard library]]! +And it detects and displays licenses and has a better search algorithm. +You can follow +[[https://golang.org/issue/33654][Go issue 33654]] for future developments. + +.image go.dev/http.png _ 850 + +Today’s launch is our minimum viable product for go.dev, +so we can share what we’ve built to help the community and get feedback. +We intend to expand the site over time. +If you have any ideas, suggestions or issues, +please let us know via the “Share Feedback” and “Report an Issue” links at the bottom of every page. +Or you can send your bugs, ideas, feature requests, and questions to +[[mailto:go-discovery-feedback@google.com][go-discovery-feedback@google.com]]. diff --git a/content/go.dev/home.png b/content/go.dev/home.png Binary files differnew file mode 100644 index 0000000..544418f --- /dev/null +++ b/content/go.dev/home.png diff --git a/content/go.dev/http.png b/content/go.dev/http.png Binary files differnew file mode 100644 index 0000000..aa4b448 --- /dev/null +++ b/content/go.dev/http.png |