Skip to content

Commit

Permalink
Fix mixed case imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wauer committed May 13, 2019
1 parent fdbcd95 commit ee9d965
Show file tree
Hide file tree
Showing 67 changed files with 67 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .rat-excludes
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mattn
mitchellh

# logrus - MIT license.
Sirupsen
sirupsen

# Cast - MIT license.
cast
Expand Down
2 changes: 1 addition & 1 deletion Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


[[constraint]]
name = "github.com/Sirupsen/logrus"
name = "github.com/sirupsen/logrus"
version = "1.0.3"

[[constraint]]
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ For details, see:

This product bundles logrus, which is available under the MIT license. For
details, see:
* vendor/github.com/Sirupsen/logrus/LICENSE
* vendor/github.com/sirupsen/logrus/LICENSE

This product bundles Cast, which is available under the MIT license. For
details, see:
Expand Down
2 changes: 1 addition & 1 deletion newtmgr/bll/bll_common.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"runtime"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/go-ble/ble"

"mynewt.apache.org/newtmgr/nmxact/bledefs"
Expand Down
2 changes: 1 addition & 1 deletion newtmgr/bll/bll_sesn.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"fmt"
"sync"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/go-ble/ble"
"github.com/runtimeco/go-coap"
"golang.org/x/net/context"
Expand Down
2 changes: 1 addition & 1 deletion newtmgr/cli/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package cli
import (
"fmt"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"

"mynewt.apache.org/newt/util"
Expand Down
2 changes: 1 addition & 1 deletion newtmgr/cli/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package cli
import (
"fmt"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"

"mynewt.apache.org/newt/util"
"mynewt.apache.org/newtmgr/newtmgr/bll"
Expand Down
2 changes: 1 addition & 1 deletion newtmgr/cli/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"os"
"sync/atomic"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/spf13/cobra"

"mynewt.apache.org/newt/util"
Expand Down
2 changes: 1 addition & 1 deletion newtmgr/config/connprofile.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
package config

import (
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/mitchellh/go-homedir"

"encoding/json"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/example/ble_adv/ble_adv.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"os/signal"
"syscall"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"

"mynewt.apache.org/newt/util"
"mynewt.apache.org/newtmgr/nmxact/nmble"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/example/ble_loop/ble_loop.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"syscall"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"

"mynewt.apache.org/newt/util"
"mynewt.apache.org/newtmgr/nmxact/bledefs"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/mgmt/transceiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"sync"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/runtimeco/go-coap"

"mynewt.apache.org/newtmgr/nmxact/nmcoap"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/mtech_lora/mtech_lora_sesn.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
"sync"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/joaojeronimo/go-crc16"
"github.com/runtimeco/go-coap"
"github.com/ugorji/go/codec"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/mtech_lora/mtech_lora_xport.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"strings"
"sync"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/runtimeco/go-coap"
"github.com/ugorji/go/codec"

Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmble/ble_act.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"fmt"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"

. "mynewt.apache.org/newtmgr/nmxact/bledefs"
"mynewt.apache.org/newtmgr/nmxact/nmxutil"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmble/ble_advertiser.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ package nmble
import (
"fmt"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"

. "mynewt.apache.org/newtmgr/nmxact/bledefs"
"mynewt.apache.org/newtmgr/nmxact/nmxutil"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmble/ble_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"sync"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"

. "mynewt.apache.org/newtmgr/nmxact/bledefs"
"mynewt.apache.org/newtmgr/nmxact/nmxutil"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmble/ble_xport.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"sync"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"

"mynewt.apache.org/newt/util/unixchild"
. "mynewt.apache.org/newtmgr/nmxact/bledefs"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmble/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"sync"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"

. "mynewt.apache.org/newtmgr/nmxact/bledefs"
"mynewt.apache.org/newtmgr/nmxact/nmxutil"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmble/discover.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"sync"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"

. "mynewt.apache.org/newtmgr/nmxact/bledefs"
"mynewt.apache.org/newtmgr/nmxact/nmxutil"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmble/dispatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (

"mynewt.apache.org/newtmgr/nmxact/nmxutil"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
)

type MsgBase struct {
Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmble/master.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"fmt"
"sync"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"

"mynewt.apache.org/newtmgr/nmxact/nmxutil"
)
Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmble/naked_sesn.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"fmt"
"sync"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/runtimeco/go-coap"

"mynewt.apache.org/newt/util"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmcoap/dispatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"sync"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/runtimeco/go-coap"

"mynewt.apache.org/newtmgr/nmxact/nmxutil"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmcoap/frag.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
package nmcoap

import (
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/runtimeco/go-coap"
)

Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmcoap/receiver.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
package nmcoap

import (
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/runtimeco/go-coap"
)

Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmp/dispatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"sync"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"

"mynewt.apache.org/newtmgr/nmxact/nmxutil"
)
Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmp/frag.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
package nmp

import (
log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
)

type Reassembler struct {
Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmp/nmp.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"encoding/hex"
"fmt"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/ugorji/go/codec"

"mynewt.apache.org/newtmgr/nmxact/nmxutil"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/nmserial/serial_xport.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"sync"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/joaojeronimo/go-crc16"
"github.com/runtimeco/go-coap"
"github.com/tarm/serial"
Expand Down
Binary file modified nmxact/nmxact
Binary file not shown.
2 changes: 1 addition & 1 deletion nmxact/nmxutil/nmxutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"sync/atomic"
"time"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/ugorji/go/codec"

"mynewt.apache.org/newt/util"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/omp/dispatch.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"sync"
"sync/atomic"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/runtimeco/go-coap"

"mynewt.apache.org/newtmgr/nmxact/nmcoap"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/omp/omp.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"encoding/hex"
"fmt"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/fatih/structs"
"github.com/runtimeco/go-coap"
"github.com/ugorji/go/codec"
Expand Down
2 changes: 1 addition & 1 deletion nmxact/udp/udp.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"fmt"
"net"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
)

const MAX_PACKET_SIZE = 2048
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/mynewt.apache.org/newt/.rat-excludes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/mynewt.apache.org/newt/Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/mynewt.apache.org/newt/Gopkg.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/mynewt.apache.org/newt/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/mynewt.apache.org/newt/newt/builder/build.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/mynewt.apache.org/newt/newt/builder/buildutil.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/mynewt.apache.org/newt/newt/builder/cmake.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ee9d965

Please sign in to comment.