Updated tools version to 2.0.0

Also merged lint-style (gofmt) into golangci-lint (enabled gofmt).
Also removed redundant lint-sanity (govet) which is already checked by golangci-lint.
Also made minor code changes to pass new golangci-lint tests.
Also changed lint-mod slightly so it reverts any changes it makes go.mod, go.sum, and vendor/.

VOL-2647

Change-Id: I2919e65ae29e01c81d1bf7ef113c3189e8227939
diff --git a/go.mod b/go.mod
index 48c017c..b88c2d0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
 module github.com/opencord/ofagent-go
 
-go 1.12
+go 1.13
 
 require (
 	github.com/donNewtonAlpha/goloxi v1.0.0