Browse Source

Only benchmark on Go 1.3+

testing.PB is a 1.3-ism.
Carl Jackson 11 years ago
parent
commit
d7045fdf64
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      web/bench_test.go

+ 2
- 0
web/bench_test.go View File

@ -1,3 +1,5 @@
// +build go1.3
package web package web
import ( import (


Loading…
Cancel
Save