mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51:39 +00:00
feat: finish implementing vfs
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
package blob
|
||||
|
||||
type Key string
|
||||
|
||||
func (k Key) IsNil() bool {
|
||||
return k == ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user