forked from genofire/unified-push-xmpp
init
This commit is contained in:
commit
f7ccd08b2e
|
@ -0,0 +1,3 @@
|
|||
module dev.sum7.eu/genofire/unified-push-xmpp/distributor
|
||||
|
||||
go 1.17
|
|
@ -0,0 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("startup")
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
module dev.sum7.eu/genofire/unified-push-xmpp/gateway
|
||||
|
||||
go 1.17
|
|
@ -0,0 +1,9 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main() {
|
||||
fmt.Println("startup")
|
||||
}
|
Loading…
Reference in New Issue