Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Hancic (0.15 sec)

  1. internal/etag/etag_test.go

    		}
    		if !Equal(etag, test.Plaintext) {
    			t.Fatalf("Test %d: got '%v' - want '%v'", i, etag, test.Plaintext)
    		}
    	}
    }
    
    func must(s string) ETag {
    	t, err := Parse(s)
    	if err != nil {
    		panic(err)
    	}
    	return t
    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