mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-07-02 22:46:50 +02:00
10 lines
105 B
Go
10 lines
105 B
Go
![]() |
// +build go1.7
|
||
|
|
||
|
package main
|
||
|
|
||
|
import "runtime"
|
||
|
|
||
|
func keepAlive(i interface{}) {
|
||
|
runtime.KeepAlive(i)
|
||
|
}
|