godev: create godev submodule and content package

The godev submodule contains code necessary to run the telemetry
services we plan to host on GCP. The submodule structure will keep
packages that rely on third party dependencies separate from the
telemetry collection code which may eventually be depended on by gopls
and the go command.

The content package implements a basic web serving framework with support
for markdown, go templates, and typescript files.

Change-Id: If3da206d858bd969a681d29d1d9ad829b31211da
Reviewed-on: https://go-review.googlesource.com/c/telemetry/+/495755
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Jamal Carvalho <jamal@golang.org>
36 files changed
tree: 82a2d89b040fa0c8704ba37e6dd900ee5d7260df
  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.