github.com/vmware/govmomi@v0.51.0/toolbox/hgfs/hgfs_other.go (about) 1 //go:build !linux 2 // +build !linux 3 4 // © Broadcom. All Rights Reserved. 5 // The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries. 6 // SPDX-License-Identifier: Apache-2.0 7 8 package hgfs 9 10 import ( 11 "os" 12 ) 13 14 func (a *AttrV2) sysStat(info os.FileInfo) { 15 }