ipld-eth-server/commands/main.go

10 lines
105 B
Go
Raw Normal View History

package main
import (
"github.com/8thlight/vulcanizedb/commands/cmd"
)
func main() {
cmd.Execute()
}