mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
8 lines
97 B
Go
8 lines
97 B
Go
// +build !go1.7
|
|
|
|
package main
|
|
|
|
func keepAlive(i interface{}) {
|
|
// Dummy function. Do nothing
|
|
}
|