You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-06 23:37:26 +02:00
11 lines
115 B
Go
11 lines
115 B
Go
package docker
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestGetDir(t *testing.T) {
|
|
fmt.Println(GetDir("", "config"))
|
|
}
|