Skip to content

Commit

Permalink
move errors package
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagleft committed Nov 30, 2022
1 parent bef8877 commit 715b79c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions v2/internal/utopia/errors.go → v2/pkg/errors/errors.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package utopia
package errors

import (
"strings"
)
import "strings"

var connBrokenErrorInfo = []string{
"read: connection reset by peer",
Expand Down

0 comments on commit 715b79c

Please sign in to comment.