commit | 21e47d831bafb59f22b1ea8098f709677ec8ce33 | [log] [tgz] |
---|---|---|
author | Joe Harrison <joehazzers@gmail.com> | Mon Mar 23 14:21:20 2015 +0000 |
committer | Brad Fitzpatrick <bradfitz@golang.org> | Mon Mar 23 16:53:00 2015 +0000 |
tree | e2452339b00b233af6e4a8937b25301b25781e69 | |
parent | 93238623e2c8dfa23c2d0845613349ff8df7fbb7 [diff] |
mime: add "image/svg+xml" type for extension ".svg" Since there is internal usage of svg files in cmd/trace served via HTTP, add it to the (small) map of mime types. MIME type as documented at http://www.w3.org/TR/SVG11/mimereg.html Change-Id: If14f07cbe2e55d8d68af663f30920a530e2e7974 Reviewed-on: https://go-review.googlesource.com/7942 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
For documentation about how to install and use Go, visit https://golang.org/ or load doc/install-source.html in your web browser.
Our canonical Git repository is located at https://go.googlesource.com/go. There is a mirror of the repository at https://github.com/golang/go.
Please report issues here: https://golang.org/issue/new
Go is the work of hundreds of contributors. We appreciate your help!
To contribute, please read the contribution guidelines: https://golang.org/doc/contribute.html
Unless otherwise noted, the Go source files are distributed under the BSD-style license found in the LICENSE file.
If you have just untarred a binary Go distribution, you need to set the environment variable $GOROOT to the full path of the go directory (the one containing this file). You can omit the variable if you unpack it into /usr/local/go, or if you rebuild from sources by running all.bash (see doc/install-source.html). You should also add the Go binary directory $GOROOT/bin to your shell's path.
For example, if you extracted the tar file into $HOME/go, you might put the following in your .profile:
export GOROOT=$HOME/go export PATH=$PATH:$GOROOT/bin
See https://golang.org/doc/install or doc/install.html for more details.