Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: utils/utils.go: fix create boilerplate directoy to current worki…
…ng directory on Windows and refs other XDG_DATA_HOME and LOCALAPPDATA (#62) * fix: utils/utils.go: fix create directory on windows On Windows, create boiler plate directory to current working directory. move this directory to LOCALAPPDATA directory add: utils/utils.go: boiler plate directory refs "XDG_DATA_HOME" create boiler directory under the XDG_DATA_HOME directory, if your os set set XDG Base directory. add: .editorconfig: editor tab setting file for go source edit. * fix: utils.go: fix boilerplatesDir not hidden in XDG Base & LOCALAPPDATA * chore: remove editorconfig
- Loading branch information