Skip to content

Commit 547992e

Browse files
committed
Fixed package.
1 parent 4984c73 commit 547992e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

base_error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package domain
1+
package baseerror
22

33
import (
44
"errors"

base_error_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package domain
1+
package baseerror
22

33
import (
44
"errors"

0 commit comments

Comments
 (0)