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