github.com/tetratelabs/wazero@v1.7.3-0.20240513003603-48f702e154b5/internal/fstest/times_notwindows.go (about)

     1  //go:build !windows
     2  
     3  package fstest
     4  
     5  import "io/fs"
     6  
     7  func timesFromFileInfo(fs.FileInfo) (atim, mtime int64) {
     8  	panic("unexpected")
     9  }