8 lines
94 B
Go
8 lines
94 B
Go
package io_tmp
|
|
|
|
import "testing"
|
|
|
|
func TestGetUserHomeDir(t *testing.T) {
|
|
GetUserHomeDir()
|
|
}
|