Move everything back to root dir

This commit is contained in:
Joakim Hellsén 2024-02-14 04:40:48 +01:00
commit 1fa8351d11
19 changed files with 257 additions and 300 deletions

7
models.go Normal file
View file

@ -0,0 +1,7 @@
package main
type ParseResult struct {
FeedURL string
Msg string
IsError bool
}