mirror of
https://github.com/chai2010/advanced-go-programming-book.git
synced 2025-05-25 13:32:22 +00:00
6 lines
129 B
Go
Executable File
6 lines
129 B
Go
Executable File
/*
|
|
Package runtime contains runtime helper functions used by
|
|
servers which protoc-gen-grpc-gateway generates.
|
|
*/
|
|
package runtime
|