mirror of
https://github.com/pikami/rss-dl.git
synced 2026-07-28 13:56:58 +01:00
Added info logging
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package helpers
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
// LogInfo - Outputs message to stdout
|
||||
func LogInfo(str string) {
|
||||
fmt.Println(str)
|
||||
}
|
||||
Reference in New Issue
Block a user