Update main.go

This commit is contained in:
dqzboy 2022-09-25 18:04:17 +08:00 committed by GitHub
parent ee159e6db7
commit 84c4f484e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,9 @@ package main
import ( import (
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"k8s-platform/config" "dkube/config"
"k8s-platform/controller" "dkube/controller"
"k8s-platform/service" "dkube/service"
) )
func main() { func main() {