Implement parsing functions partially

This commit is contained in:
2024-11-06 00:19:00 +01:00
parent 40e3bf0aea
commit bfe4767ead
5 changed files with 103 additions and 9 deletions

1
go.mod
View File

@@ -4,6 +4,7 @@ go 1.23.2
require (
github.com/PuerkitoBio/goquery v1.10.0
github.com/davecgh/go-spew v1.1.1
golang.org/x/time v0.7.0
)