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