mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-29 08:22:11 +02:00
12 lines
123 B
Go
12 lines
123 B
Go
// +build !go1.8
|
|
|
|
package main
|
|
|
|
import (
|
|
"net/http"
|
|
)
|
|
|
|
func shutdownServer(_ *http.Server) {
|
|
// Nothing we can do here
|
|
}
|