Skip to content
Snippets Groups Projects
Select Git revision
  • 784cf34341d3d07eaece3cd6d5d4877b2e94628c
  • main default protected
  • development
  • integration
  • v1.1.5
  • v1.1.4
  • v1.1.3
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.0
11 results

CmixNetworkFollowerStatus.swift

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