diff --git a/src/h2/h3.sh b/src/h2/h3.sh index f2ea43ff..06c335d7 100644 --- a/src/h2/h3.sh +++ b/src/h2/h3.sh @@ -2,5 +2,9 @@ demo1() { echo "hello world" + echo "hello world" + echo "hello world" + echo "hello world" + echo "hello world" } demo1 diff --git a/src/main.go b/src/main.go index 9c47c69a..13f70613 100644 --- a/src/main.go +++ b/src/main.go @@ -44,6 +44,7 @@ import ( _ "shylinux.com/x/golang-story/src/kubernetes" _ "shylinux.com/x/golang-story/src/prometheus" + _ "shylinux.com/x/contexts/src/h2" _ "shylinux.com/x/contexts/src/hi" )