Skip to content
Snippets Groups Projects
Select Git revision
  • a6a0ef7b4e91bf1e23c27cf4fd27b4682d4f9890
  • 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

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