Forwarded: no
Last-Update: 2023-07-02
Just delete those from Go invocation.
Gbp-Pq: Name go_no_mod.patch
gopathfuzz: $(THRIFT) fuzz.go
$(THRIFT) -r --gen go:thrift_import=github.com/apache/thrift/lib/go/thrift$(COMPILER_EXTRAFLAG) ../../../../tutorial/tutorial.thrift
- cd gen-go/shared && go mod init shared
- cd gen-go/tutorial && go mod init tutorial
+# cd gen-go/shared && go mod init shared
+# cd gen-go/tutorial && go mod init tutorial
touch gopathfuzz
check: gopathfuzz