1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2024-11-29 08:22:11 +02:00
imgproxy/shutdown_old.go
2017-10-17 18:23:48 +06:00

12 lines
123 B
Go

// +build !go1.8
package main
import (
"net/http"
)
func shutdownServer(_ *http.Server) {
// Nothing we can do here
}