xjasonlyu
3 years ago
6 changed files with 11 additions and 10 deletions
@ -1,4 +1,4 @@ |
|||
package fd |
|||
package fdbased |
|||
|
|||
const Driver = "fd" |
|||
|
@ -1,6 +1,6 @@ |
|||
//go:build !windows
|
|||
|
|||
package fd |
|||
package fdbased |
|||
|
|||
import ( |
|||
"fmt" |
@ -1,4 +1,4 @@ |
|||
package fd |
|||
package fdbased |
|||
|
|||
import ( |
|||
"errors" |
@ -1,6 +1,6 @@ |
|||
//go:build !linux && !windows
|
|||
|
|||
package fd |
|||
package fdbased |
|||
|
|||
import ( |
|||
"fmt" |
Loading…
Reference in new issue