mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-29 06:54:43 +00:00
11 lines
153 B
Go
11 lines
153 B
Go
// +build plan9 windows android
|
|
|
|
package sftp
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func fileStatFromInfoOs(fi os.FileInfo, flags *uint32, fileStat *FileStat) {
|
|
// todo
|
|
}
|