Skip to content
Snippets Groups Projects
Select Git revision
  • 54d7e7c628274a2ce6126d88bd42aa0a85a638de
  • main default protected
  • development
  • feature/contacts-text-search
  • v1.2.0
  • v1.1.0
  • v1.0.8
  • v1.0.7
  • v1.0.6
  • v1.0.5
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
15 results

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