This commit is contained in:
Andrey Parhomenko 2023-02-16 17:05:23 +05:00
parent d67de68736
commit b00a31dd98

View file

@ -3,7 +3,7 @@ package multitool
import( import(
"fmt" "fmt"
"os" "os"
"path" path "path/filepath"
) )
type Tool struct { type Tool struct {