[VOL-5055] - Pre-release triage build.

VERSION
-------
  o Bump VERISON file to buld a *-dev verison

internal/pkg/common/interfaces.go
internal/pkg/core/common.go
internal/pkg/mib/common.go
---------------------------------
  o Cosmetic edits to force a build.
  o Run gofmt -s -w on sources to keep the lint check happy.

Change-Id: I9c7d1d7b3025fc5e87a13ee2c7997052a1101e79
diff --git a/internal/pkg/mib/common.go b/internal/pkg/mib/common.go
index 24d11a4..2384c54 100755
--- a/internal/pkg/mib/common.go
+++ b/internal/pkg/mib/common.go
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-//Package mib provides the utilities for managing the onu mib
+// Package mib provides the utilities for managing the onu mib
 package mib
 
 import (
@@ -31,3 +31,5 @@
 		panic(err)
 	}
 }
+
+// [EOF]