Make benchmarks a real package for go get ./...

This commit is contained in:
Jae Kwon
2015-12-03 09:56:15 -08:00
parent 09351996a4
commit 465cb6d327
3 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
package main
package benchmarks
import (
"testing"