예제 #1
0
파일: update.go 프로젝트: CSSZiegler/Sia
func mustDelete(bucket *bolt.Bucket, key interface{}) {
	assertNil(bucket.Delete(encoding.Marshal(key)))
}