Skip to content

Commit

Permalink
daemon: Remove unnecessary package aliases
Browse files Browse the repository at this point in the history
Remove package aliases where they already correspond to the package
name.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
  • Loading branch information
tklauser authored and tgraf committed Mar 20, 2017
1 parent a25e21c commit f7949dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daemon/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (

"github.com/cilium/cilium/api/v1/server"
"github.com/cilium/cilium/api/v1/server/restapi"
common "github.com/cilium/cilium/common"
"github.com/cilium/cilium/common"
"github.com/cilium/cilium/common/addressing"
"github.com/cilium/cilium/daemon/defaults"
"github.com/cilium/cilium/daemon/options"
Expand All @@ -33,7 +33,7 @@ import (
"github.com/cilium/cilium/pkg/labels"

etcdAPI "github.com/coreos/etcd/clientv3"
loads "github.com/go-openapi/loads"
"github.com/go-openapi/loads"
consulAPI "github.com/hashicorp/consul/api"
flags "github.com/jessevdk/go-flags"
logging "github.com/op/go-logging"
Expand Down

0 comments on commit f7949dc

Please sign in to comment.