mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-05 23:43:05 +00:00
11 lines
138 B
Go
11 lines
138 B
Go
|
|
//go:build !gowaku_rln
|
||
|
|
// +build !gowaku_rln
|
||
|
|
|
||
|
|
package main
|
||
|
|
|
||
|
|
import "github.com/urfave/cli/v2"
|
||
|
|
|
||
|
|
func rlnFlags() []cli.Flag {
|
||
|
|
return nil
|
||
|
|
}
|