mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
9 lines
109 B
Go
9 lines
109 B
Go
// +build !plan9,!windows
|
|
// +build !js !wasm
|
|
|
|
package sftp
|
|
|
|
import "syscall"
|
|
|
|
const S_IFMT = syscall.S_IFMT
|