th3n3rd / golang-di-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang Dependency Injection Playground

This repository is used as a playground to experiment with dependency injection in Golang.

The project implements an insurance claim workflow and leverages Uber's Dig library for dependency injection.

Building and Running the Project

To run the project, use the go run command:

go run main.go

Running the Tests

To run the tests, use the go test command:

go test ./...

License

This project is licensed under the MIT License.

About

License:MIT License


Languages

Language:Go 100.0%