logger.go 84 B

12345
  1. package goproxy
  2. type Logger interface {
  3. Printf(format string, v ...interface{})
  4. }