From e69b0a4756ac0312775ab36ab8aa99d05a640e1a Mon Sep 17 00:00:00 2001 From: kzkzzzz Date: Tue, 27 May 2025 23:05:12 +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 b91e3db..00a135a 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 cf18d69..e2f3648 100644 --- a/myhttp/myhttp.go +++ b/myhttp/myhttp.go @@ -1,5 +1,5 @@ package myhttp const ( - ServicePrefix = "http@" + ServicePrefix = "http-" )