Skip to content
Snippets Groups Projects
main.go 523 B
////////////////////////////////////////////////////////////////////////////////
// Copyright © 2019 Privategrity Corporation                                   /
//                                                                             /
// All rights reserved.                                                        /
////////////////////////////////////////////////////////////////////////////////

package main

import "gitlab.com/elixxir/client/cmd"

// main needs no introduction.
func main() {
	cmd.Execute()
}