[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/Makefile b/Makefile
index 7f21a2c..85d5338 100644
--- a/Makefile
+++ b/Makefile
@@ -270,6 +270,7 @@
 ## -----------------------------------------------------------------------
 ## -----------------------------------------------------------------------
 help ::
+	@printf '  %-33.33s %s\n' 'sca' 'golang: static code analysis'
 	@echo '[MOD UPDATE]'
 	@echo '  mod-update'
 	@echo '    LOCAL_FIX_PERMS=1    Hack to fix docker access problems'