CasaOS/pkg/docker/volumes_test.go

11 lines
115 B
Go
Raw Normal View History

package docker
import (
"fmt"
"testing"
)
func TestGetDir(t *testing.T) {
fmt.Println(GetDir("", "config"))
}