libgocryptfs/internal/speed/speed_go1.4.go

12 lines
136 B
Go

// +build !go1.5
package speed
import (
"fmt"
)
func Run() {
fmt.Printf("Compile with Go 1.5 or higher to run the benchmarks\n")
}