Compare commits

..

No commits in common. "22ba1c8046a5cbc278d805020ba0df2e5c6cb5c3" and "c27804489b23efd71c795164e187f32d4976a60e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ const (
) )
const ( const (
ServicePrefix = "grpc@" ServicePrefix = "grpc-"
) )
const ( const (

View File

@ -1,5 +1,5 @@
package myhttp package myhttp
const ( const (
ServicePrefix = "http@" ServicePrefix = "http-"
) )