[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/VERSION b/VERSION
index 5f4f65c..54fe126 100755
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.10.3
+2.10.3.1-dev
diff --git a/internal/pkg/common/interfaces.go b/internal/pkg/common/interfaces.go
index 901704d..fba389a 100755
--- a/internal/pkg/common/interfaces.go
+++ b/internal/pkg/common/interfaces.go
@@ -187,3 +187,5 @@
 type IuniVlanConfigFsm interface {
 	IsFlowRemovePending(context.Context, chan<- bool) bool
 }
+
+// [EOF]
diff --git a/internal/pkg/core/common.go b/internal/pkg/core/common.go
index 0878471..2bdf630 100755
--- a/internal/pkg/core/common.go
+++ b/internal/pkg/core/common.go
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-//Package core provides the utility for onu devices, flows and statistics
+// Package core provides the utility for onu devices, flows and statistics
 package core
 
 import (
@@ -31,3 +31,5 @@
 		panic(err)
 	}
 }
+
+// [EOF]
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]