blob: 0edecc7a23c5283cb879f47d4d51cacf20e010d0 (
plain) (
tree)
|
|
# features
## Repo Structure
```
.
├── lib
│ └── utils.sh
├── README.md
├── settings.env
├── src
│ ├── dotnet
│ │ ├── feature.json
│ │ └── install.sh
│ ├── go
│ │ ├── feature.json
│ │ └── install.sh
├── test
│ ├── dotnet
│ │ └── test.sh
│ └── go
│ └── test.sh
```
|