Projects STRLCPY prox5 Commits c1d89411
🤬
  • ■ ■ ■ ■
    example/main.go
    skipped 25 lines
    26 26   
    27 27  // Printf is used to handle socks server logging.
    28 28  func (s socksLogger) Printf(format string, a ...interface{}) {
    29  - println(fmt.Sprintf(format, a))
     29 + println(fmt.Sprintf(format, a...))
    30 30  }
    31 31   
    32 32  func StartUpstreamProxy(listen string) {
    skipped 147 lines
Please wait...
Page is in error, reload to recover