diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2022-05-07 12:13:38 +0100 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2022-05-07 12:13:38 +0100 |
| commit | 163d745b78a0451087bf4a12216437c8dcbf888f (patch) | |
| tree | 98cebdeb1a878c8c290d20411aa68796169c5ca2 /internal/grpc_test/grpc_test.go | |
| parent | f36b620ffb95e14ced6b9f21bad1df153f560109 (diff) | |
Fix package name
Diffstat (limited to 'internal/grpc_test/grpc_test.go')
| -rw-r--r-- | internal/grpc_test/grpc_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/grpc_test/grpc_test.go b/internal/grpc_test/grpc_test.go index 1bd782d..6c4ffb9 100644 --- a/internal/grpc_test/grpc_test.go +++ b/internal/grpc_test/grpc_test.go @@ -1,6 +1,6 @@ // SPDX-License-Identifier: CC0-1.0 -package grpc_testing +package grpc_test //go:generate protoc --go_out=. --go-grpc_out=. echo.proto |
