2, return string key directly if key's value not found in translations.
*.exe
*.zip
*.har
-*.swp
-.git.*/
\ No newline at end of file
+*.swp
\ No newline at end of file
}
}
+func (l *Logger) IOWriter() *os.File {
+ return l.out
+}
+
// Fatal calls output(Fatal, Sprint(v)) to print the log.
func (l *Logger) Fatal(v ...interface{}) {
l.Output(Fatal, "FATAL", fmt.Sprint(v...))
return value
}
}
- return ""
+ return key
}
package uzsdk
// Version is the current opensdk's version.
-const Version = "1.0.0"
+const Version = "0.2.4"