Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- scarga.local/
- ├── app
- │ ├── attachments
- │ │ └── images.go
- │ ├── http
- │ │ ├── controllers
- │ │ │ ├── api
- │ │ │ │ ├── api.go
- │ │ │ │ ├── request.go
- │ │ │ │ └── response.go
- │ │ │ ├── claim
- │ │ │ │ └── claim.go
- │ │ │ ├── home
- │ │ │ │ └── home.go
- │ │ │ └── points
- │ │ │ └── points.go
- │ │ └── middlewares
- │ └── models
- │ ├── claims
- │ │ └── claims.go
- │ ├── model.go
- │ ├── position
- │ │ ├── bounds.go
- │ │ └── poisition.go
- │ └── users
- │ └── users.go
- ├── config
- ├── public
- │ ├── add.html
- │ ├── index.html
- │ └── public
- │ └── images
- │ └── 1.jpg
- ├── resources
- │ └── views
- │ ├── add.html
- │ └── index.html
- ├── scarga
- ├── scarga.go
- └── storage
Add Comment
Please, Sign In to add comment