summaryrefslogtreecommitdiff
path: root/internal/speed/speed_go1.4.go
blob: 9c0125cad22eea4bc2daa296c7309834225d4462 (plain)
1
2
3
4
5
6
7
8
9
10
11
// +build !go1.5

package speed

import (
	"fmt"
)

func Run() {
	fmt.Printf("Compile with Go 1.5 or higher to run the benchmarks\n")
}