This repository contains the source code for a Go application that interacts with various cloud service providers.
The main application code is in main.go. The service/ directory contains individual Go files for each service provider, such as AWS, DigitalOcean, and Google Cloud. Each of these files contains functions for interacting with the respective service.
This project uses several dependencies, including:
github.com/PuerkitoBio/goqueryfor parsing HTMLgithub.com/go-ping/pingfor pinging serversgithub.com/tbxark/g4vercelfor Vercel integration
To build and run this project, you need to have Go installed. Then, you can use the go build and go run commands.