Нема описа

12345678910
  1. clone_folder: c:\go\src\github.com\google\pprof
  2. before_build:
  3. - go get github.com/ianlancetaylor/demangle
  4. build_script:
  5. - go build github.com/google/pprof
  6. test_script:
  7. - go test ./...