...

Source file src/github.com/tetratelabs/wazero/internal/fstest/times_notwindows.go

Documentation: github.com/tetratelabs/wazero/internal/fstest

     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  }
    10  

View as plain text