This website requires JavaScript.
Explore
Help
Sign In
deep-stack
/
ipld-eth-server
Watch
6
Star
0
Fork
0
You've already forked ipld-eth-server
forked from
cerc-io/ipld-eth-server
Code
Pull Requests
Activity
69545b72f0
ipld-eth-server
/
main.go
10 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
Commandline (#135) * Add cmd line tool and Makefile * Add shared utils pkg * Add cmdline README * Update godo for new structure
2018-01-25 19:21:55 +00:00
package
main
import
(
Merge old private repo into vulcanize
2018-01-26 00:08:26 +00:00
"github.com/vulcanize/vulcanizedb/cmd"
Commandline (#135) * Add cmd line tool and Makefile * Add shared utils pkg * Add cmdline README * Update godo for new structure
2018-01-25 19:21:55 +00:00
)
func
main
(
)
{
cmd
.
Execute
(
)
}
Copy Permalink