chore: rename prj

This commit is contained in:
2026-01-18 20:18:51 +08:00
parent 6843ce2f56
commit 4afe3b0100
5 changed files with 16 additions and 16 deletions

View File

@@ -3,8 +3,8 @@ package main
import (
"flag"
"fmt"
"k8s-example/cmn/conf"
"k8s-example/hello"
"go-example/cmn/conf"
"go-example/hello"
"net/http"
"github.com/spf13/viper"