]> Cypherpunks repositories - gostls13.git/commit
mime: fix mime type file name on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Sun, 15 May 2016 18:12:34 +0000 (20:12 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 15 May 2016 19:56:08 +0000 (19:56 +0000)
commit6cc6ef82ea1ea5c904bb44c14bb6f4eb33937bb1
tree49d303e4b3753d37576feb88c367d49efe56703e
parentb4bf0663fa3334d053981f222eed5015a0a1b8df
mime: fix mime type file name on Plan 9

There was a typo introduced in the initial
implementation of the Plan 9 support of
the mime package.

On Plan 9, the mime type file name should be
/sys/lib/mimetype instead of /sys/lib/mimetypes.

Change-Id: If0f0a9b6f3fbfa8dde551f790e83bdd05e8f0acb
Reviewed-on: https://go-review.googlesource.com/23087
Run-TryBot: Minux Ma <minux@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/mime/type_plan9.go