blob: efff51688fefff876a516c7d827fe18399832a0f [file] [log] [blame]
Yuxuan 'fishy' Wang3761f002021-03-25 15:41:53 -07001module github.com/apache/thrift/lib/go/test/fuzz
2
3go 1.15
4
5replace github.com/apache/thrift => ../../../../
6
7replace shared => ./gen-go/shared
8
9replace tutorial => ./gen-go/tutorial