Removes temp database handler
This commit is contained in:
parent
fc59ecbee5
commit
0f54c090bb
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue