blob: 7c8246781336fbb1237cdf08c0e5d1ffca2594e6 [file] [log] [blame]
install:
@echo '##############################################################'
@echo '##############################################################'
@echo 'The Go client library should be insalled via "go get", please see /lib/go/README'
@echo '##############################################################'
@echo '##############################################################'
check-local:
go test ./thrift
all-local: check-local