mirror of
https://github.com/get-drexa/drive.git
synced 2025-11-30 21:41:39 +00:00
8 lines
77 B
Go
8 lines
77 B
Go
package blob
|
|
|
|
type Key string
|
|
|
|
func (k Key) IsNil() bool {
|
|
return k == ""
|
|
}
|