Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | None | 0 0
  1. GOROOT=/usr/local/go #gosetup
  2. GOPATH=/Users/tikhomirova/go #gosetup
  3. /usr/local/go/bin/go build -o /private/var/folders/hz/75n59xvs5pg4k52gbf9zkccr0000gp/T/___go_build_grpc_server_go /Users/tikhomirova/go/src/goods.ru/mgate/grpc-server.go #gosetup
  4. grpc-server.go:37:2:
  5. services/customerGoodsListService/customerGoodsListService.go:8:1: expected 'STRING', found '<<'
  6. services/customerGoodsListService/customerGoodsListService.go:28:1: expected 'STRING', found 'type'
  7. services/customerGoodsListService/customerGoodsListService.go:35:2: expected 'STRING', found 'defer'
  8. services/customerGoodsListService/customerGoodsListService.go:37:2: expected 'STRING', found 'var'
  9. services/customerGoodsListService/customerGoodsListService.go:38:2: expected 'STRING', found 'if'
  10. services/customerGoodsListService/customerGoodsListService.go:44:2: expected 'STRING', found 'for'
  11. services/customerGoodsListService/customerGoodsListService.go:51:3: expected 'STRING', found 'if'
  12. services/customerGoodsListService/customerGoodsListService.go:54:4: expected 'STRING', found 'return'
  13. services/customerGoodsListService/customerGoodsListService.go:63:3: expected 'STRING', found 'if'
  14. services/customerGoodsListService/customerGoodsListService.go:64:4: expected 'STRING', found 'if'
  15. services/customerGoodsListService/customerGoodsListService.go:65:5: expected 'STRING', found 'return'
  16. grpc-server.go:55:2:
  17. services/searchService/searchService.go:7:1: expected 'STRING', found '<<'
  18. services/searchService/searchService.go:23:1: expected 'STRING', found 'const'
  19. services/searchService/searchService.go:27:1: expected 'STRING', found 'type'
  20. services/searchService/searchService.go:33:1: expected 'STRING', found 'type'
  21. services/searchService/searchService.go:38:1: expected 'STRING', found 'type'
  22. services/searchService/searchService.go:43:1: expected 'STRING', found 'type'
  23. services/searchService/searchService.go:48:1: expected 'STRING', found 'type'
  24. services/searchService/searchService.go:59:2: expected 'STRING', found 'if'
  25. services/searchService/searchService.go:60:3: expected 'STRING', found 'return'
  26. services/searchService/searchService.go:62:2: expected 'STRING', found 'if'
  27. services/searchService/searchService.go:63:3: expected 'STRING', found 'return'
  28.  
  29. Compilation finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement