mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
update go-ffmpreg to v0.2.5 (pulls in latest tetratelabs/wazero) (#3203)
This commit is contained in:
3
vendor/github.com/tetratelabs/wazero/sys/stat_unsupported.go
generated
vendored
3
vendor/github.com/tetratelabs/wazero/sys/stat_unsupported.go
generated
vendored
@ -7,9 +7,6 @@ import "io/fs"
|
||||
// sysParseable is only used here as we define "supported" as being able to
|
||||
// parse `info.Sys()`. The above `go:build` constraints exclude 32-bit until
|
||||
// that's requested.
|
||||
//
|
||||
// TODO: When Go 1.21 is out, use the "unix" build constraint (as 1.21 makes
|
||||
// our floor Go version 1.19.
|
||||
const sysParseable = false
|
||||
|
||||
func statFromFileInfo(info fs.FileInfo) Stat_t {
|
||||
|
Reference in New Issue
Block a user