Apply .gitignore rules
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package impl_console
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestInfoLog(t *testing.T) {
|
||||
log := NewLogger()
|
||||
log.DebugLog("Debug test")
|
||||
log.InfoLog("Info test")
|
||||
log.WarnLog("Warn test")
|
||||
log.ErrorLog("Error test")
|
||||
log.FatalLog("Fatal test")
|
||||
}
|
||||
Reference in New Issue
Block a user