mirror of
https://github.com/pikami/rss-dl.git
synced 2026-06-12 07:26:59 +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