mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
8 lines
146 B
Go
8 lines
146 B
Go
package fstree
|
|
|
|
import "github.com/safing/portbase/database/storage"
|
|
|
|
var (
|
|
// Compile time interface checks.
|
|
_ storage.Interface = &FSTree{}
|
|
)
|