mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
12 lines
107 B
Go
12 lines
107 B
Go
// +build !go1.7
|
|
|
|
package http
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
func initTransport(transport *http.Transport) {
|
|
|
|
}
|