Commit Graph

12 Commits

Author SHA1 Message Date
Bert Jacobs
edb42a0e3b Use filepath package throughout for Windows support
The "path" package supports only forward slashes in paths, like those
found in *nix operating systems or URLs.

Meanwhile Windows with its CP/M and QDOS ancestry requires drive letters
and backslashes, and thus the "filepath" package needs to be used.
2021-12-14 23:40:23 +01:00
Bert Jacobs
d4087be780 Move shared *Path functions to util.go 2021-09-13 18:27:47 +02:00
56ff12d36b Finalizing behavior for variants 2015-09-04 17:15:30 +09:00
d124cd8ece WIP 2015-09-04 14:14:59 +09:00
15b3a154ef More work on variants 2015-09-04 14:04:29 +09:00
a4fd33cbfd Fixes 2015-09-04 13:55:44 +09:00
24b53dc9dd Adding variant override 2015-09-04 13:40:46 +09:00
241cd0c5ea WIP 2015-09-04 13:34:30 +09:00
6183bbfc46 Adding prompts 2015-08-11 14:49:21 +09:00
2eb2dceedf Cleanup 2015-07-20 19:42:08 +09:00
20602f0a96 Cleanup 2015-07-20 18:53:42 +09:00
461f56df0a Initial code add for macros 2015-07-20 13:55:24 +09:00