a5fee0ee97
Add App Store for installation Fix favicon display in dark mode
10 lines
115 B
Go
10 lines
115 B
Go
package docker
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestGetDir(t *testing.T) {
|
|
fmt.Println(GetDir("", "config"))
|
|
}
|