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