
Product
Announcing Precomputed Reachability Analysis in Socket
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
github.com/solrac97gr/go-start
Go-Start is a powerful CLI tool designed to bootstrap Go projects with a production-ready structure. It automatically generates projects following microservices architecture patterns, clean architecture principles, and includes pre-configured Docker setup.
Before installing Go-Start, ensure you have the following installed:
git clone git@github.com:solrac97gr/go-start.git
cd go-start
bash scripts/install.sh
go-start
Follow the interactive prompts:
ecommerce
)solrac97gr
)product,user,payment
)Start your application:
# Using Make
make run
# Using Docker
docker-compose up --build
go-start --flow=app
Follow the interactive prompts:
tag
)Verify that the app was correctly integrated in the main
Start your application:
# Using Make
make run
# Using Docker
docker-compose up --build
The generated project follows clean architecture principles with the following structure:
your-project/
├── cmd/
│ └── http/
│ └── main.go
├── infrastructure/
│ └── docker/
│ └── Dockerfile
├── internal/
│ ├── {entity-name}/
│ │ ├── application/
│ │ │ └── {entity}_application.go
│ │ ├── domain/
│ │ │ ├── models/
│ │ │ │ └── {entity}.go
│ │ │ └── ports/
│ │ │ └── {entity}_repository.go
│ │ └── infrastructure/
│ │ ├── handler/
│ │ │ └── {entity}_handler.go
│ │ ├── repository/
│ │ │ └── {entity}_repository.go
│ │ └── server/
│ │ └── {entity}_server.go
├── pkg/
│ ├── factory/
│ │ └── {entity}_factory.go
│ └── server/
│ └── super_server.go
├── docker-compose.yaml
├── go.mod
├── go.sum
└── Makefile
This beta version includes:
Future releases will support:
Contributions are welcome! Feel free to:
This project is licensed under the MIT License
For support, please open an issue on GitHub.
Note: This is a beta version. Use in production environments at your own discretion.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.
Product
Add secure dependency scanning to Claude Desktop with Socket MCP, a one-click extension that keeps your coding conversations safe from malicious packages.