Compare commits
No commits in common. "22ba1c8046a5cbc278d805020ba0df2e5c6cb5c3" and "c27804489b23efd71c795164e187f32d4976a60e" have entirely different histories.
22ba1c8046
...
c27804489b
|
|
@ -16,7 +16,7 @@ const (
|
|||
)
|
||||
|
||||
const (
|
||||
ServicePrefix = "grpc@"
|
||||
ServicePrefix = "grpc-"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
package myhttp
|
||||
|
||||
const (
|
||||
ServicePrefix = "http@"
|
||||
ServicePrefix = "http-"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue