Files
ProjectOctopus/agent-tmp/io-tmp/获取当前用户目录_test.go
2024-12-02 18:04:13 +08:00

8 lines
94 B
Go

package io_tmp
import "testing"
func TestGetUserHomeDir(t *testing.T) {
GetUserHomeDir()
}