mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-23 11:14:48 +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
|
||
|
}
|