From 413a37a8f66274135a84c9f883b8e128bc57e7e6 Mon Sep 17 00:00:00 2001 From: Marcelo Date: Wed, 27 Apr 2022 17:52:31 +0200 Subject: [PATCH] Add (move to Go 1.18) as a plan item --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5320dd..a6fbed0 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Download repository and run `make`. - [ ] Show current peers with :info - [ ] Show currently connected peers on a side tab - [ ] More tests +- [ ] Move to Go 1.18. There are functions that could be merged with generics (compareUIPackets and compareNetPackets, for example). Add fuzzing tests. ## Testing