all: echo okay? chat.pb.go: chat.proto autogenpb --proto chat.proto makechat: GO111MODULE=off go run make_chat.go parselog: GO111MODULE=off go run parse_protobuf_log.go log/sample.text goimports: goimports -w *.go