Some checks failed
Fuse test / go-test (push) Failing after 11m40s
Signed-off-by: Matheus Sampaio Queiroga <srherobrine20@gmail.com>
6 lines
113 B
Go
6 lines
113 B
Go
//go:build cgo && (linux || darwin || freebsd || netbsd || openbsd) && !fuse3
|
|
|
|
package fuse
|
|
|
|
const Drive = Fuse2
|