From 95497e68cb6d113592b5d0f96c3224481ab562a9 Mon Sep 17 00:00:00 2001 From: Googol Lee Date: Mon, 22 Jul 2024 13:46:01 +0200 Subject: [PATCH] Add README. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..45537f5 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +[![Go](https://github.com/googollee/module/actions/workflows/go.yml/badge.svg)](https://github.com/googollee/module/actions/workflows/go.yml) + +# Module, a type-based dependency injection framework for Go. + +See [usage examples](./examples_test.go).