Skip to content
Snippets Groups Projects
Select Git revision
  • d06729db456313feeb6abd229f63990f42eec476
  • master default protected
  • docusaurus-site
  • jemimah/xxdk-documentation
4 results

create-a-document.md

Blame
  • 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()
    }