github.com/vmware/govmomi@v0.51.0/property/property_test.go (about)

     1  // © Broadcom. All Rights Reserved.
     2  // The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.
     3  // SPDX-License-Identifier: Apache-2.0
     4  
     5  package property_test
     6  
     7  func addrOf[T any](t T) *T {
     8  	return &t
     9  }