Fixes in packages namespaces
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package dto
|
||||
package common
|
||||
|
||||
type ErrorResponseDTO struct {
|
||||
Error string `json:"error"`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package dto
|
||||
package common
|
||||
|
||||
type HealthResponseDTO struct {
|
||||
Status string `json:"status"`
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package vo
|
||||
package common
|
||||
|
||||
import "strings"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package vo
|
||||
package common
|
||||
|
||||
type Money struct {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user