From 08aade3352cdf86b8b04d0aab07ec2ca51b6dabf Mon Sep 17 00:00:00 2001 From: Edward Date: Sun, 3 May 2020 23:42:10 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 501081f..64f5dd3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ A curated collection of idiomatic design & application patterns for Go language. +## this is fork of https://github.com/tmrts/go-patterns but merged in with other awesome forks. + ## Update History + *Merged : https://github.com/nynicg/go-patterns*