diff options
author | Michael Muré <batolettre@gmail.com> | 2022-04-26 19:36:46 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2022-04-26 19:36:46 +0200 |
commit | 8ee333582ff82d0df971309e94946f2f6e69475b (patch) | |
tree | 0ba2904b8e27f5d17b247be2ee70dc6ba7157d59 /entity/dag/operation_pack.go | |
parent | a00f1a98972239c4a57cc126e9b41e6c4c53b023 (diff) | |
download | git-bug-8ee333582ff82d0df971309e94946f2f6e69475b.tar.gz |
a few fixes
Diffstat (limited to 'entity/dag/operation_pack.go')
-rw-r--r-- | entity/dag/operation_pack.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/dag/operation_pack.go b/entity/dag/operation_pack.go index 8ca2ff56..9b42f9bf 100644 --- a/entity/dag/operation_pack.go +++ b/entity/dag/operation_pack.go @@ -359,5 +359,5 @@ func (pk PGPKeyring) DecryptionKeys() []openpgp.Key { // } // } // return result - return nil + panic("not implemented") } |