github.com/uber-go/tally/v4@v4.1.17/m3/thrift/Makefile (about)

     1  gen-thrift:
     2  	@thrift --gen go:thrift_import="github.com/uber-go/tally/v4/thirdparty/github.com/apache/thrift/lib/go/thrift" -out . v1/v1.thrift && rm -rf v1/m3-remote
     3  	@echo Generated v1 Go Thrift in metrics/m3/thrift/v1.
     4  	@thrift --gen go:thrift_import="github.com/uber-go/tally/v4/thirdparty/github.com/apache/thrift/lib/go/thrift" -out . v2/v2.thrift && rm -rf v2/m3-remote
     5  	@echo Generated v2 Go Thrift in metrics/m3/thrift/v2.
     6  	@git apply thrift.diff
     7  	@echo Applied thrift.diff.