* Vendors packages * Adds a Makefile that uses docker to build a static binary against musl using alpine linux. Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
8 lines
109 B
Go
8 lines
109 B
Go
// +build !plan9,!windows
|
|
// +build !js !wasm
|
|
|
|
package sftp
|
|
|
|
import "syscall"
|
|
|
|
const S_IFMT = syscall.S_IFMT
|