This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
ipld-eth-server
Watch
18
Star
0
Fork
1
You've already forked ipld-eth-server
Code
Issues
10
Pull Requests
1
Actions
Packages
Projects
Releases
37
Wiki
Activity
ed907535e3
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
(
)
}
Reference in New Issue
Copy Permalink