This commit is contained in:
Quentin McGaw
2024-03-20 16:33:26 +00:00
parent 92011205be
commit b0b1c4d27f
8 changed files with 835 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
package socks5
type Logger interface {
Infof(format string, a ...interface{})
Warnf(format string, a ...interface{})
}