This commit is contained in:
0xmuralik
2022-10-27 14:49:15 +05:30
parent e119d27ca0
commit bdb0586e01
4 changed files with 32 additions and 33 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"context"
"encoding/json"
"fmt"
"math/rand"
"math/rand" // #nosec G702
"github.com/gorilla/mux"
"github.com/grpc-ecosystem/grpc-gateway/runtime"