mirror of
https://github.com/pikami/rss-dl.git
synced 2025-12-22 18:40:12 +00:00
Added info logging
This commit is contained in:
10
helpers/logger.go
Normal file
10
helpers/logger.go
Normal file
@@ -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