Merge branch 'main' into dev

This commit is contained in:
link
2021-12-06 17:12:53 +08:00
23 changed files with 169 additions and 100 deletions

View File

@@ -6,7 +6,7 @@ import (
"os"
"path/filepath"
"runtime"
"github.com/IceWhaleTech/CasaOS/pkg/config"
file2 "github.com/IceWhaleTech/CasaOS/pkg/utils/file"
)

View File

@@ -6,5 +6,5 @@ import (
)
func TestRandomString(t *testing.T) {
fmt.Println(RandomString(6,true))
}
fmt.Println(RandomString(6, true))
}