Files
imgproxy/keepalive_old.go
2017-09-27 23:22:13 +06:00

8 lines
97 B
Go

// +build !go1.7
package main
func keepAlive(i interface{}) {
// Dummy function. Do nothing
}