Select Git revision
main.go 604 B
////////////////////////////////////////////////////////////////////////////////
// Copyright © 2022 xx foundation //
// //
// 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()
}