Implement parsing of map

This commit is contained in:
Kovid Goyal
2023-03-15 22:07:44 +05:30
parent e4fbcb707f
commit 5329546f21
4 changed files with 146 additions and 1 deletions

View File

@@ -9,10 +9,11 @@ import (
"fmt"
"io"
"io/fs"
"kitty/tools/utils"
"os"
"path/filepath"
"strings"
"kitty/tools/utils"
)
var _ = fmt.Print