Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MyFunc (0.07 sec)

  1. src/reflect/all_test.go

    	{V(struct{}{}), V(Empty{})},
    	{V(new(struct{})), V(new(Empty))},
    	{V(Empty{}), V(Empty{})},
    	{V(MyBytes{}), V([]byte{})},
    	{V([]byte{}), V(MyBytes{})},
    	{V((func())(nil)), V(MyFunc(nil))},
    	{V((MyFunc)(nil)), V((func())(nil))},
    
    	// structs with different tags
    	{V(struct {
    		x int `some:"foo"`
    	}{}), V(struct {
    		x int `some:"bar"`
    	}{})},
    
    	{V(struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top