Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wrap (0.32 sec)

  1. internal/etag/etag_test.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package etag
    
    import (
    	"context"
    	"io"
    	"net/http"
    	"strings"
    	"testing"
    )
    
    var _ Tagger = Wrap(nil, nil).(Tagger) // runtime check that wrapReader implements Tagger
    
    var parseTests = []struct {
    	String     string
    	ETag       ETag
    	ShouldFail bool
    }{
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Mon Sep 18 17:00:54 GMT 2023
    - 12.6K bytes
    - Viewed (0)
Back to top