Skip to content
Snippets Groups Projects
Select Git revision
  • 13c6a8f35b14f74a7f5ec61fcec041cf2fc1b272
  • master default protected
  • url-repo-rename
  • jono/ui-fix
4 results

go.mod

Blame
  • This project manages its dependencies using Go Modules. Learn more
    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()
    }