Skip to content

Commit

Permalink
enable external repo
Browse files Browse the repository at this point in the history
  • Loading branch information
artiomgiza committed Jul 4, 2019
1 parent b344832 commit 09e260f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion errpot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Description:

Very convinient if used together with a [logpot](https://github.com/gtforge/logging-go/edit/master/logpot):
Very convenient if used together with a [logpot](https://github.com/GettEngineering/logging-go/edit/master/logpot):

```
log := logpot.WithFields(...)
Expand Down
3 changes: 2 additions & 1 deletion errpot/err_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ import (
"testing"
"time"

"github.com/gtforge/logging-go/errpot"
"github.com/GettEngineering/logging-go/errpot"
"github.com/GettEngineering/logging-go/logpot"

. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
Expand Down
2 changes: 1 addition & 1 deletion logpot/mock/logpot_mock.go

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

6 changes: 3 additions & 3 deletions logpot/test/log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"fmt"
"strings"

"github.com/GettEngineering/logart/logrus-human-formatter"
"github.com/GettEngineering/logging-go/logpot"
"github.com/GettEngineering/logging-go/logpot/mock"
"github.com/golang/mock/gomock"
"github.com/gtforge/logart/log-formatters/logrus-human-formatter"
"github.com/gtforge/logging-go/logpot"
"github.com/gtforge/logging-go/logpot/mock"

"testing"
"time"
Expand Down

0 comments on commit 09e260f

Please sign in to comment.