github.com/vmware/govmomi@v0.51.0/toolbox/toolbox_darwin.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 toolbox 6 7 import ( 8 "os" 9 ) 10 11 func fileExtendedInfoFormat(dir string, info os.FileInfo) string { 12 return "" 13 }