Skip to content
Snippets Groups Projects
Select Git revision
  • 11dea3d8bb98f05002f55ed010cf7877fe474c4b
  • main default protected
  • dev protected
  • hotfixes-oct-2022
  • refactor/avatar-cell
  • 1.1.5
  • 1.1.4
  • 1.1.3
  • 1.1
  • 1.0.8
  • 1.0.7
  • 1.0.6
12 results

LaunchViewModel+Messenger.swift

Blame
  • main.go 508 B
    ////////////////////////////////////////////////////////////////////////////////
    // Copyright © 2018 Privategrity Corporation                                   /
    //                                                                             /
    // All rights reserved.                                                        /
    ////////////////////////////////////////////////////////////////////////////////
    
    package main
    
    import (
    	"gitlab.com/elixxir/notifications-bot/cmd"
    )
    
    func main() {
    	cmd.Execute()
    }