From 3749ea8d51680b99a75a3f5e22a0509d55731963 Mon Sep 17 00:00:00 2001 From: decanus Date: Wed, 14 Aug 2019 18:50:09 +0200 Subject: [PATCH] todo --- client/client.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/client.go b/client/client.go index 4e28a0e..3c35146 100644 --- a/client/client.go +++ b/client/client.go @@ -1,6 +1,8 @@ // Package client contains the implementation of a `dasy` client. package client +// @todo add ordering by default + import ( "crypto/ecdsa" "log"