...

Text file src/mime/testdata/test.types.globs2

Documentation: mime/testdata

     1# Copyright 2021 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
     6# mime package test for globs2
     750:document/test:*.t3
     850:example/test:*.t4
     950:text/plain:*,v
    1050:application/x-trash:*~
    1130:example/do-not-use:*.t4
    1210:example/glob-question-mark:*.foo?ar
    1310:example/glob-asterisk:*.foo*r
    1410:example/glob-range:*.foo[1-3]

View as plain text