Skip to content
Snippets Groups Projects
main.go 598 B
///////////////////////////////////////////////////////////////////////////////
// Copyright © 2020 xx network SEZC                                          //
//                                                                           //
// Use of this source code is governed by a license that can be found in the //
// LICENSE file                                                              //
///////////////////////////////////////////////////////////////////////////////

package main

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

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