Add search functionality
This commit is contained in:
parent
149841bdd1
commit
85470a277e
8 changed files with 138 additions and 24 deletions
2
go.mod
2
go.mod
|
@ -1,3 +1,5 @@
|
|||
module github.com/ChaoticByte/plaintext-encyclopedia
|
||||
|
||||
go 1.22.4
|
||||
|
||||
require golang.org/x/text v0.17.0
|
||||
|
|
Reference in a new issue