Files

8 lines
77 B
Go

package blob
type Key string
func (k Key) IsNil() bool {
return k == ""
}