mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-04 20:23:59 +00:00
Make benchmarks a real package for go get ./...
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package main
|
||||
package benchmarks
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
1
benchmarks/empty.go
Normal file
1
benchmarks/empty.go
Normal file
@@ -0,0 +1 @@
|
||||
package benchmarks
|
||||
@@ -1,4 +1,4 @@
|
||||
package main
|
||||
package benchmarks
|
||||
|
||||
import (
|
||||
. "github.com/tendermint/go-common"
|
||||
|
||||
Reference in New Issue
Block a user