Add search functionality

This commit is contained in:
ChaoticByte 2024-08-28 19:49:23 +02:00
parent 149841bdd1
commit 85470a277e
No known key found for this signature in database
8 changed files with 138 additions and 24 deletions

2
go.mod
View file

@ -1,3 +1,5 @@
module github.com/ChaoticByte/plaintext-encyclopedia
go 1.22.4
require golang.org/x/text v0.17.0