aboutsummaryrefslogtreecommitdiff
path: root/issues/add-types.md
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@mullvad.net>2021-12-09 11:31:01 +0100
committerRasmus Dahlberg <rasmus@mullvad.net>2021-12-09 11:31:01 +0100
commit62d06c1e295d7f9e790344fe4a274ea77b97c6ba (patch)
tree39b5f29c92824ca3883938359af8b52b670f8c96 /issues/add-types.md
parent0861278347d6744924d0be47743fed09c9ae8ef2 (diff)
updated issues
Diffstat (limited to 'issues/add-types.md')
-rw-r--r--issues/add-types.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/issues/add-types.md b/issues/add-types.md
deleted file mode 100644
index 69ef854..0000000
--- a/issues/add-types.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# Add types
-There is currently a types package in sigsum-log-go. It should be moved over
-here with the goal of being a small dependency for the log and future tooling.
-
-Some steps that this issue involves:
-- [ ] Determine what should (not) be in types package
-- [ ] Import and refactor
-- [ ] Increase test coverage
-- [ ] Add missing functionality like verification of proofs, etc.