Removes temp database handler

This commit is contained in:
Dennis Schoepf 2024-08-31 01:42:15 +02:00
parent fc59ecbee5
commit 0f54c090bb

View file

@ -1,8 +0,0 @@
package database
import "fmt"
func AddFeed(url string) error {
fmt.Printf("Trying to add new feed by URL: %s", url)
return nil
}