From ce5c224211a94bfd4c898b51d15febdf2ed9d6f2 Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Fri, 26 Aug 2022 11:51:46 +0100 Subject: Refactors some stuff and adds lexing and parsing --- main/json.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'main/json.go') diff --git a/main/json.go b/main/json.go index 66ca5d5..77c3733 100644 --- a/main/json.go +++ b/main/json.go @@ -6,11 +6,6 @@ import ( "fmt" ) -type WalkItem struct { - value WalkValue - path Path -} - type WalkItemStream struct { channel chan WalkItem rewinds []WalkItem -- cgit v1.2.3