2
0

Rename Pid to PID

This commit is contained in:
Jack Christensen
2016-08-02 15:10:00 -05:00
parent 448d748991
commit 73124171e2
5 changed files with 20 additions and 18 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
# V3 Changes
Rename Oid to OID in accordance with Go conventions.
Rename Oid to OID in accordance with Go naming conventions.
Rename Json(b) to JSON(B) in accordance with Go conventions.
Rename Json(b) to JSON(B) in accordance with Go naming conventions.
Rename Pid to PID in accordance with Go naming conventions.
Logger interface reduced to single Log method.