Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

14 linhas
396 B

  1. # Copy textproto files in this directory from the source of truth.
  2. SRC=$(GOPATH)/src/github.com/GoogleCloudPlatform/google-cloud-common/testing/firestore
  3. .PHONY: refresh-tests
  4. refresh-tests:
  5. -rm genproto/*.pb.go
  6. cp $(SRC)/genproto/*.pb.go genproto
  7. -rm testdata/*.textproto
  8. cp $(SRC)/testdata/*.textproto testdata
  9. openssl dgst -sha1 $(SRC)/testdata/test-suite.binproto > testdata/VERSION