doc.go
1// Package entity contains the base common code to define an entity stored
2// in a chain of git objects, supporting actions like Push, Pull and Merge.
3package entity
4
5// TODO: Bug and Identity are very similar, right ? I expect that this package
6// will eventually hold the common code to define an entity and the related
7// helpers, errors and so on. When this work is done, it will become easier
8// to add new entities, for example to support pull requests.