mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-21 14:36:09 +05:00
init 1.2.x
This commit is contained in:
9
src/server/log/log.go
Normal file
9
src/server/log/log.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package log
|
||||
|
||||
import (
|
||||
"log"
|
||||
)
|
||||
|
||||
func TLogln(v ...interface{}) {
|
||||
log.Println(v...)
|
||||
}
|
||||
Reference in New Issue
Block a user