Files

8 lines
77 B
Go
Raw Permalink Normal View History

2025-11-26 20:11:12 +00:00
package blob
type Key string
2025-11-27 22:44:13 +00:00
func (k Key) IsNil() bool {
return k == ""
}