go-ethereum/cmd/utils
Bin 89cefe240f
cmd: use package filepath over path for file system operations (#29227)
Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.

Package path implements utility routines for manipulating slash-separated paths.

The path package should only be used for paths separated by forward slashes, such as the paths in URLs
2024-03-12 10:00:34 +01:00
..
cmd.go cmd: use package filepath over path for file system operations (#29227) 2024-03-12 10:00:34 +01:00
diskusage_openbsd.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
diskusage_windows.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00
diskusage.go all: more linters (#24783) 2022-06-13 16:24:45 +02:00
export_test.go cmd: run tests in parallel (#28546) 2023-11-20 10:52:14 +01:00
flags_legacy.go cmd, core, metrics: always report expensive metrics (#29191) 2024-03-11 10:06:57 +02:00
flags_test.go cmd: run tests in parallel (#28546) 2023-11-20 10:52:14 +01:00
flags.go cmd, core, metrics: always report expensive metrics (#29191) 2024-03-11 10:06:57 +02:00
history_test.go cmd: use package filepath over path for file system operations (#29227) 2024-03-12 10:00:34 +01:00
prompt_test.go cmd: run tests in parallel (#28546) 2023-11-20 10:52:14 +01:00
prompt.go all: update license headers and AUTHORS from git history (#24947) 2022-05-24 20:39:40 +02:00