URL returns a URL for the server.
()
| 127 | |
| 128 | // URL returns a URL for the server. |
| 129 | func (srv *Server) URL() string { |
| 130 | return srv.url |
| 131 | } |
| 132 | |
| 133 | func fatalError(code int, codeStr string, errf string, a ...interface{}) { |
| 134 | panic(&s3Error{ |
no outgoing calls
no test coverage detected