Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDeepObjectPointer (0.24 sec)

  1. pkg/util/hash/hash_test.go

    	return dump.Pretty(obj)
    }
    
    type wheel struct {
    	radius uint32
    }
    
    type unicycle struct {
    	primaryWheel   *wheel
    	licencePlateID string
    	tags           map[string]string
    }
    
    func TestDeepObjectPointer(t *testing.T) {
    	// Arrange
    	wheel1 := wheel{radius: 17}
    	wheel2 := wheel{radius: 22}
    	wheel3 := wheel{radius: 17}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 27 01:24:22 UTC 2023
    - 4.4K bytes
    - Viewed (0)
Back to top