This website works better with JavaScript.
Explore
Help
Register
Sign In
open-source-mirrors
/
jfa-go
mirror of
https://github.com/hrfee/jfa-go
Watch
1
Star
0
Fork
You've already forked jfa-go
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
a492c06077
main
jellyseerr
backups
activity-log
settings-search
referrals
db
user-page
accounts-list-features
tailwind
mautrix
matrix
discord
telegram
v0.5.1
v0.5.0
v0.4.0
v0.3.9
v0.3.8
v0.3.7
v0.3.6
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
v0.2.2
v0.2.1
v0.2.0
v0.1.9
v0.1.8
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'a492c06077'
${ noResults }
jfa-go
/
logmessages
/
go.mod
4 lines
52 B
Raw
Normal View
History
Unescape
Escape
api clients: return data, error, no status 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/.
4 months ago
module
github
.
com
/
hrfee
/
jfa
-
go
/
logmessages
logging: start consolidating log lines log messages are very fragmented and are often repeated many times throughout the software with small differences. Messages will be listed in logmessages/, which are simply strings with formatting directives if necessary. So far, only main.go has been completed.
4 months ago
update go.mods tried to lower required version, most subpackages worked, however some other dependency means the main package requires 1.22.
3 months ago
go
1.18