Skip to content

Commit

Permalink
Merge pull request openebs-archive#135 from kmova/master
Browse files Browse the repository at this point in the history
Cleanup unused packages
  • Loading branch information
kmova authored Oct 26, 2017
2 parents d1cc531 + c30c3f3 commit 8877ae5
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 475 deletions.
2 changes: 1 addition & 1 deletion cmd/maya-agent/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"

"github.com/openebs/maya/cmd/maya-agent/app"
mayalogger "github.com/openebs/maya/kit/logs"
mayalogger "github.com/openebs/maya/pkg/logs"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/maya-apiserver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package main

import (
"github.com/openebs/maya/cmd/maya-apiserver/app/command"
mlogger "github.com/openebs/maya/kit/logs"
mlogger "github.com/openebs/maya/pkg/logs"
)

func main() {
Expand Down
60 changes: 0 additions & 60 deletions kit/flaghelper/flaghelper.go

This file was deleted.

33 changes: 0 additions & 33 deletions kit/flaghelper/flaghelper_test.go

This file was deleted.

43 changes: 0 additions & 43 deletions kit/loghelper/gated_writer.go

This file was deleted.

34 changes: 0 additions & 34 deletions kit/loghelper/gated_writer_test.go

This file was deleted.

29 changes: 0 additions & 29 deletions kit/loghelper/log_levels.go

This file was deleted.

27 changes: 0 additions & 27 deletions kit/loghelper/log_levels_test.go

This file was deleted.

95 changes: 0 additions & 95 deletions kit/loghelper/log_registry.go

This file was deleted.

51 changes: 0 additions & 51 deletions kit/loghelper/log_registry_test.go

This file was deleted.

Loading

0 comments on commit 8877ae5

Please sign in to comment.