mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-10 04:10:10 +00:00
Harvey Tindall
2310130e6b
jellyseerr already did this, but it's been standardised a little more. Mediabrowser uses it's own genericErr function and error types due to being a separate package, while jellyseerr and ombi now share errors defined in common/.
8 lines
192 B
Modula-2
8 lines
192 B
Modula-2
module github.com/hrfee/jfa-go/common
|
|
|
|
replace github.com/hrfee/jfa-go/logmessages => ../logmessages
|
|
|
|
go 1.22.4
|
|
|
|
require github.com/hrfee/jfa-go/logmessages v0.0.0-20240805130902-86c37fb4237b
|