mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-10 13:56:18 +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
|
|
}
|