mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-07 16:33:08 +00:00
8 lines
88 B
Go
8 lines
88 B
Go
|
|
package main
|
||
|
|
|
||
|
|
import "github.com/status-im/go-waku/cmd"
|
||
|
|
|
||
|
|
func main() {
|
||
|
|
cmd.Execute()
|
||
|
|
}
|