1. 导出Core包

This commit is contained in:
kunmeng
2025-02-27 11:33:07 +08:00
parent 3124c12f67
commit 666ed24e73
6 changed files with 31 additions and 31 deletions

View File

@@ -2,12 +2,12 @@ package HikSDK
import (
"fmt"
"gitea.com/kunmeng/HikNetSDKPkg/core"
"gitea.com/kunmeng/HikNetSDKPkg/Core"
"testing"
)
func TestCamera(t *testing.T) {
err := core.Init()
err := Core.Init()
if err != nil {
return
}