this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use keyed field in DbCID initialization.

fixes "struct literal uses unkeyed fields" in lint.

authored by

唐鳳 and committed by
whyrusleeping
23e96288 8f492f77

+1 -1
+1 -1
carstore/nonarchive.go
··· 100 100 cri := &commitRefInfo{ 101 101 Uid: uid, 102 102 Rev: rev, 103 - Root: models.DbCID{cid}, 103 + Root: models.DbCID{CID: cid}, 104 104 } 105 105 106 106 if err := cs.db.Clauses(clause.OnConflict{