Source file src/mime/mediatype.go 1 // Copyright 2010 The Go Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-style 3 // license that can be found in the LICENSE file. 4 5 package mime 6 7 import ( 8 "errors" 9 "fmt" 10 "slices" 11 "strings" 12 "unicode" 13 ) 14 15 // FormatMediaType serializes mediatype t and the parameters 16 // param as a media t
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く