[VOL-5146] voltha-openolt-adapter failure

cmd/openolt-adapter/common.go
pkg/mocks/common.go
-----------------------------
  o Bogus job uncovered sca lint failures, files lack newline at EOF.
  o Run gofmt -e -s -w  to update files and commit the repair.

makefiles/golang/include.mk
makefiles/golang/beautify.mk
----------------------------
  o Added target beautify-golang as a convenience for invoking gofmat.
  o Logic also added in repo:onf-make

VERSION
-------
  o Version file incremented per code review input.

cmd/openolt-adapter/common.go
internal/pkg/core/common.go
pkg/mocks/common.go
compose/adapters-openolt-go.yml
-------------------------------
  o Bogus patch.
  o Cosmetic edits to trigger a job, see if adapter failure still reported.

Change-Id: I5f4b606126b9bf622bae5c115b231a48d5205f10
diff --git a/pkg/mocks/common.go b/pkg/mocks/common.go
index cbf8b33..2339f16 100644
--- a/pkg/mocks/common.go
+++ b/pkg/mocks/common.go
@@ -31,3 +31,5 @@
 		panic(err)
 	}
 }
+
+// [EOF]