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
d09c2ae9bb
ipld-eth-server
/
main.go
10 lines
96 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
(
Remove godo (#136)
2018-01-25 21:46:55 +00:00
"github.com/8thlight/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