From ef5deea76e023e32dbb71eba5e4f5c4840273e86 Mon Sep 17 00:00:00 2001 From: "Dean.Jain" Date: Sun, 31 May 2020 16:19:41 -0700 Subject: [PATCH] added GuestBook Go example on readme table --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f605d954..ac5a1eeb 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ and to refresh command syntax, output, changed prerequisites, as needed. |Name | Description | Notable Features Used | Complexity Level| ------------- | ------------- | ------------ | ------------ | |[Guestbook](guestbook/) | PHP app with Redis | Deployment, Service | Beginner | +|[Guestbook-Go](guestbook-go/) | Go app with Redis | Deployment, Service | Beginner | |[WordPress](mysql-wordpress-pd/) | WordPress with MySQL | Deployment, Persistent Volume with Claim | Beginner| |[Cassandra](cassandra/) | Cloud Native Cassandra | Daemon Set, Stateful Set, Replication Controller | Intermediate