keepalive_old.go 97 B

1234567
  1. // +build !go1.7
  2. package main
  3. func keepAlive(i interface{}) {
  4. // Dummy function. Do nothing
  5. }