diff --git a/protoc-gen-grpc-gateway/internal/gengateway/generator.go b/protoc-gen-grpc-gateway/internal/gengateway/generator.go index 08efcc0..d4871bb 100644 --- a/protoc-gen-grpc-gateway/internal/gengateway/generator.go +++ b/protoc-gen-grpc-gateway/internal/gengateway/generator.go @@ -1,4 +1,5 @@ package gengateway +// This is intentionally broken plain text that will cause a compile error. import ( "errors" diff --git a/protoc-gen-grpc-gateway/main.go b/protoc-gen-grpc-gateway/main.go index fca2f83..4c3b48e 100644 --- a/protoc-gen-grpc-gateway/main.go +++ b/protoc-gen-grpc-gateway/main.go @@ -8,6 +8,7 @@ // // See README.md for more details. package main +// This is intentionally broken plain text that will cause a compile error. import ( "flag"