From e69a9875350bd1c096e3954c5fd4ed88f1a8d625 Mon Sep 17 00:00:00 2001 From: kzkzzzz Date: Thu, 11 Dec 2025 22:15:30 +0800 Subject: [PATCH] update --- mygrpc/grpc.go | 2 +- myhttp/myhttp.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mygrpc/grpc.go b/mygrpc/grpc.go index 00a135a..b91e3db 100644 --- a/mygrpc/grpc.go +++ b/mygrpc/grpc.go @@ -16,7 +16,7 @@ const ( ) const ( - ServicePrefix = "grpc-" + ServicePrefix = "grpc@" ) const ( diff --git a/myhttp/myhttp.go b/myhttp/myhttp.go index e2f3648..cf18d69 100644 --- a/myhttp/myhttp.go +++ b/myhttp/myhttp.go @@ -1,5 +1,5 @@ package myhttp const ( - ServicePrefix = "http-" + ServicePrefix = "http@" )