repository와 subscribe까지 잘 됨
This commit is contained in:
7
internal/app/flow/errors.go
Normal file
7
internal/app/flow/errors.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package flow
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrWeatherAlreadyExists = errors.New("weather already exists")
|
||||
)
|
||||
Reference in New Issue
Block a user