You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/05/20 00:44:02 UTC

[2/2] incubator-mynewt-newt git commit: newtmgr; go formatting.

newtmgr; go formatting.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/ff51f073
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/ff51f073
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/ff51f073

Branch: refs/heads/develop
Commit: ff51f0731d52e04464c6333ea471616155deb3f6
Parents: de7ece7
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Thu May 19 17:36:07 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Thu May 19 17:36:07 2016 -0700

----------------------------------------------------------------------
 newtmgr/cli/config.go      | 1 +
 newtmgr/cli/connprofile.go | 1 +
 newtmgr/cli/echo.go        | 1 +
 newtmgr/cli/mpstats.go     | 1 +
 newtmgr/cli/stats.go       | 1 +
 newtmgr/cli/taskstats.go   | 1 +
 newtmgr/cli/usage.go       | 1 +
 7 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/ff51f073/newtmgr/cli/config.go
----------------------------------------------------------------------
diff --git a/newtmgr/cli/config.go b/newtmgr/cli/config.go
index 405eba2..76a8c07 100644
--- a/newtmgr/cli/config.go
+++ b/newtmgr/cli/config.go
@@ -26,6 +26,7 @@ import (
 	"mynewt.apache.org/newt/newtmgr/protocol"
 	"mynewt.apache.org/newt/newtmgr/transport"
 	"mynewt.apache.org/newt/util"
+
 	"github.com/spf13/cobra"
 )
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/ff51f073/newtmgr/cli/connprofile.go
----------------------------------------------------------------------
diff --git a/newtmgr/cli/connprofile.go b/newtmgr/cli/connprofile.go
index 5035dc1..19511e0 100644
--- a/newtmgr/cli/connprofile.go
+++ b/newtmgr/cli/connprofile.go
@@ -25,6 +25,7 @@ import (
 
 	"mynewt.apache.org/newt/newtmgr/config"
 	"mynewt.apache.org/newt/util"
+
 	"github.com/spf13/cobra"
 )
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/ff51f073/newtmgr/cli/echo.go
----------------------------------------------------------------------
diff --git a/newtmgr/cli/echo.go b/newtmgr/cli/echo.go
index 3f0e104..62b08bb 100644
--- a/newtmgr/cli/echo.go
+++ b/newtmgr/cli/echo.go
@@ -25,6 +25,7 @@ import (
 	"mynewt.apache.org/newt/newtmgr/config"
 	"mynewt.apache.org/newt/newtmgr/protocol"
 	"mynewt.apache.org/newt/newtmgr/transport"
+
 	"github.com/spf13/cobra"
 )
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/ff51f073/newtmgr/cli/mpstats.go
----------------------------------------------------------------------
diff --git a/newtmgr/cli/mpstats.go b/newtmgr/cli/mpstats.go
index 8a4844a..24cae5e 100644
--- a/newtmgr/cli/mpstats.go
+++ b/newtmgr/cli/mpstats.go
@@ -25,6 +25,7 @@ import (
 	"mynewt.apache.org/newt/newtmgr/config"
 	"mynewt.apache.org/newt/newtmgr/protocol"
 	"mynewt.apache.org/newt/newtmgr/transport"
+
 	"github.com/spf13/cobra"
 )
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/ff51f073/newtmgr/cli/stats.go
----------------------------------------------------------------------
diff --git a/newtmgr/cli/stats.go b/newtmgr/cli/stats.go
index cbfcd5a..d7d963b 100644
--- a/newtmgr/cli/stats.go
+++ b/newtmgr/cli/stats.go
@@ -25,6 +25,7 @@ import (
 	"mynewt.apache.org/newt/newtmgr/config"
 	"mynewt.apache.org/newt/newtmgr/protocol"
 	"mynewt.apache.org/newt/newtmgr/transport"
+
 	"github.com/spf13/cobra"
 )
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/ff51f073/newtmgr/cli/taskstats.go
----------------------------------------------------------------------
diff --git a/newtmgr/cli/taskstats.go b/newtmgr/cli/taskstats.go
index c9ec687..228fa59 100644
--- a/newtmgr/cli/taskstats.go
+++ b/newtmgr/cli/taskstats.go
@@ -25,6 +25,7 @@ import (
 	"mynewt.apache.org/newt/newtmgr/config"
 	"mynewt.apache.org/newt/newtmgr/protocol"
 	"mynewt.apache.org/newt/newtmgr/transport"
+
 	"github.com/spf13/cobra"
 )
 

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/ff51f073/newtmgr/cli/usage.go
----------------------------------------------------------------------
diff --git a/newtmgr/cli/usage.go b/newtmgr/cli/usage.go
index 123b61f..9b72c8a 100644
--- a/newtmgr/cli/usage.go
+++ b/newtmgr/cli/usage.go
@@ -24,6 +24,7 @@ import (
 	"os"
 
 	"mynewt.apache.org/newt/util"
+
 	"github.com/spf13/cobra"
 )