first commit

This commit is contained in:
Peter Kleiweg
2026-03-02 15:34:37 +01:00
commit 36f051a8a9
50 changed files with 4241 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module nlnieuws
go 1.25.0
require (
github.com/jbowtie/gokogiri v0.0.0-20250107075044-de0f9d4877a5
github.com/pebbe/util v0.9.0
)