You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ If you're interested in a fully featured FTP server, you should use [sftpgo](htt
28
28
* Clean code: No sleep, no panic, no global sync (only around control/transfer connection per client)
29
29
* Uses only the standard library except for:
30
30
*[afero](https://github.com/spf13/afero) for generic file systems handling
31
-
*[fclairamb/go-log](https://github.com/fclairamb/go-log) for logging through your existing libraries [go-kit/log](https://github.com/go-kit/log), [log15](https://github.com/inconshreveable/log15), [zap](https://github.com/uber-go/zap), [zerolog](https://github.com/rs/zerolog/), [logrus](https://github.com/sirupsen/logrus)
31
+
* Uses standard library [log/slog](https://pkg.go.dev/log/slog) for structured logging
32
32
* Supported extensions:
33
33
*[AUTH](https://tools.ietf.org/html/rfc2228#page-6) - Control session protection
0 commit comments