cmd/telemetrygodev: create the telemetrygodev server

The CL creates the skeleton of the telemetry.go.dev server. This service
will eventually handle requests for documentation, uploading and downloading
telemetry reports, and serving telemetry data charts and graphs.

Change-Id: I8fd841157976c4ce0d9defb27630134ac92c0d09
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/495756
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Peter Weinberger <pjw@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Run-TryBot: Jamal Carvalho <jamal@golang.org>
13 files changed
tree: 101f6d6732a3363c093fee0da7292efb1f372914
  1. godev/
  2. CONTRIBUTING.md
  3. doc.go
  4. go.mod
  5. go.sum
  6. LICENSE
  7. PATENTS
  8. README.md
README.md

Go Telemetry

This repository holds the Go Telemetry server code and libraries.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/telemetry:” in the subject line, so it is easy to find.