2
0

Reduce Logger interface to Log method

This commit is contained in:
Jack Christensen
2016-08-02 14:42:31 -05:00
parent 04c02cf3d3
commit 390f75c0e1
7 changed files with 36 additions and 98 deletions
+2
View File
@@ -3,3 +3,5 @@
Rename Oid to OID in accordance with Go conventions.
Rename Json(b) to JSON(B) in accordance with Go conventions.
Logger interface reduced to single Log method.