refactor: integrate module osnode-init into main repo (#2207)

This commit is contained in:
dkeven
2025-12-11 21:07:42 +08:00
committed by GitHub
parent e73480b353
commit 0eeeb99620
17 changed files with 1941 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
package controllers
import (
"testing"
)
func TestRand(t *testing.T) {
println("schedule")
}