hardware-tests/bgbench.go

10 lines
109 B
Go
Raw Permalink Normal View History

package main
import (
"git.metaunix.net/bitgoblin/hardware-tests/cmd"
)
func main() {
cmd.Execute()
}