Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Gophertown (0.08 sec)

  1. src/crypto/x509/x509_test.go

    	extraNotNil := pkix.Name{
    		Locality:   []string{"Gophertown"},
    		ExtraNames: extra[:0],
    		Names: []pkix.AttributeTypeAndValue{
    			{Type: asn1.ObjectIdentifier([]int{1, 2, 3, 4, 5}), Value: "golang.org"}},
    	}
    
    	tests := []struct {
    		dn   pkix.Name
    		want string
    	}{
    		{nn, "L=Gophertown,1.2.3.4.5=#130a676f6c616e672e6f7267"},
    		{extraNotNil, "L=Gophertown"},
    		{pkix.Name{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
Back to top