]> Sergey Matveev's repositories - btrtrc.git/blobdiff - mse/cmd/mse/main.go
Fix some go vet warnings
[btrtrc.git] / mse / cmd / mse / main.go
index 2d90398a085bc7b72ac8b4f0331e49b1feeae1e6..9485fc2a52683e3abf27990f09af933172e5fc0f 100644 (file)
@@ -28,12 +28,12 @@ func mainErr() error {
                        Address        string `arg:"positional"`
                        SecretKey      string `arg:"positional"`
                        InitialPayload []byte
-               } `arg:"subcommand""`
+               } `arg:"subcommand"`
                Listen *struct {
                        Network    string   `arg:"positional"`
                        Address    string   `arg:"positional"`
                        SecretKeys []string `arg:"positional"`
-               } `arg:"subcommand""`
+               } `arg:"subcommand"`
        }{
                CryptoMethod: mse.AllSupportedCrypto,
        }