@@ -0,0 +1,13 @@
+package logs
+
+func Error(v ...interface{}) {
+ fmt.Println(v)
+}
+func Debug(v ...interface{}) {
+func Info(v ...interface{}) {