ipld-eth-server/commands/main.go
Matt K 572023cdf5 Commandline (#135)
* Add cmd line tool and Makefile

* Add shared utils pkg

* Add cmdline README

* Update godo for new structure
2018-01-25 13:21:55 -06:00

10 lines
105 B
Go

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