Guest User

Untitled

a guest
Jun 28th, 2017
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. scarga.local/
  2. ├── app
  3. │ ├── attachments
  4. │ │ └── images.go
  5. │ ├── http
  6. │ │ ├── controllers
  7. │ │ │ ├── api
  8. │ │ │ │ ├── api.go
  9. │ │ │ │ ├── request.go
  10. │ │ │ │ └── response.go
  11. │ │ │ ├── claim
  12. │ │ │ │ └── claim.go
  13. │ │ │ ├── home
  14. │ │ │ │ └── home.go
  15. │ │ │ └── points
  16. │ │ │ └── points.go
  17. │ │ └── middlewares
  18. │ └── models
  19. │ ├── claims
  20. │ │ └── claims.go
  21. │ ├── model.go
  22. │ ├── position
  23. │ │ ├── bounds.go
  24. │ │ └── poisition.go
  25. │ └── users
  26. │ └── users.go
  27. ├── config
  28. ├── public
  29. │ ├── add.html
  30. │ ├── index.html
  31. │ └── public
  32. │ └── images
  33. │ └── 1.jpg
  34. ├── resources
  35. │ └── views
  36. │ ├── add.html
  37. │ └── index.html
  38. ├── scarga
  39. ├── scarga.go
  40. └── storage
Add Comment
Please, Sign In to add comment