package logger import ( "testing" ) func TestLogs(t *testing.T) { Logger := Init("./logs/log.txt", "info") Logger.Println("Hello World") }