Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | transactional/ReferenceStorage: Drop packRefs field | Abhinav Gupta | 2021-11-27 | 1 | -4/+0 |
| | | | | | | | | | | | | | | The packRefs field is unused. It is assigned to true from the `PackRefs()` method, but because the method is not on the pointer type, the assignment has no effect. var st ReferenceStorage fmt.Println(st.packRefs) // false st.PackRefs() fmt.Println(st.packRefs) // false Delete the unused field. | ||||
* | Minor linter fixes | Oleg Kovalov | 2020-07-06 | 1 | -1/+1 |
| | |||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -3/+3 |
| | |||||
* | storage: transactional, package documentation | Máximo Cuadros | 2019-02-02 | 1 | -2/+14 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | storage: transactional, new storage with transactional capabilities | Máximo Cuadros | 2018-12-10 | 1 | -0/+126 |
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> |