1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00

opt vimer.js

This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-03-15 20:37:34 +08:00
parent 0b4b4f6735
commit bd43f59363
2 changed files with 5 additions and 0 deletions

View File

@ -2,5 +2,9 @@
demo1() { demo1() {
echo "hello world" echo "hello world"
echo "hello world"
echo "hello world"
echo "hello world"
echo "hello world"
} }
demo1 demo1

View File

@ -44,6 +44,7 @@ import (
_ "shylinux.com/x/golang-story/src/kubernetes" _ "shylinux.com/x/golang-story/src/kubernetes"
_ "shylinux.com/x/golang-story/src/prometheus" _ "shylinux.com/x/golang-story/src/prometheus"
_ "shylinux.com/x/contexts/src/h2"
_ "shylinux.com/x/contexts/src/hi" _ "shylinux.com/x/contexts/src/hi"
) )