diff options
author | Michael Muré <batolettre@gmail.com> | 2020-12-21 18:42:04 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2021-02-14 12:18:59 +0100 |
commit | 51ece149089f9075d3d6ba1bb09fda726efde8ad (patch) | |
tree | 315b1edbd90028b8cbc7af051e36a425277b338f /entity/entity_actions.go | |
parent | 9cca74cc334df94e37f3f3c76437da9a61e53bf2 (diff) | |
download | git-bug-51ece149089f9075d3d6ba1bb09fda726efde8ad.tar.gz |
entity: clocks and write
Diffstat (limited to 'entity/entity_actions.go')
-rw-r--r-- | entity/entity_actions.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/entity/entity_actions.go b/entity/entity_actions.go index 02e76487..34e76a62 100644 --- a/entity/entity_actions.go +++ b/entity/entity_actions.go @@ -25,3 +25,7 @@ func Pull() { func Push() { } + +func Remove() error { + panic("") +} |