1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-23 11:14:48 +02:00
imgproxy/shutdown_old.go

12 lines
123 B
Go
Raw Normal View History

2017-10-17 18:23:48 +06:00
// +build !go1.8
package main
import (
"net/http"
)
func shutdownServer(_ *http.Server) {
// Nothing we can do here
}