I never used it because every single time I was just iterating through a slice of tags and checking if they had len() > 2 in the beginning of the loop, then I would just use normal indexing to get the value as .Value() felt excessive.
I guess we could undeprecate that since all my annoying (and highly breaking) personal preferences have moved to the "v2" of go-nostr.
Oh, also .Find() now already checks if len() >= 2, so you if you use that you are safe.
Please Login to reply.
ack. ill checkout your v2 👀