This is a Go-based Actor pattern template project for quickly bootstrapping service development that supports the Actor model. It includes basic configurations, Docker support, and input/output specifications.
- Go 1.20+ (Installation Guide)
- Clone the repository:
git clone https://github.com/scrapeless-ai/actor-template-go.git
cd actor-template-go
- Install dependencies:
go mod tidy
- Start the service (using example input):
go run main.go
.env.example
: Environment variable template (rename to.env
and modify as needed).actor/actor.json
: Actor metadata configuration (name, version, etc.).actor/input_schema.json
: Input data validation schema
Welcome to submit Issues or Pull Requests to contribute to improvements!
This project is licensed under the MIT License.