diff options
| author | Jeff Carr <[email protected]> | 2025-10-16 03:59:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-16 03:59:14 -0500 |
| commit | 6a62be781be462c769bb1f61198ea584284e6bed (patch) | |
| tree | 73809b1b12924f3247fdc4ab6fc1809a9068c4c5 /dryrun.go | |
| parent | 5d2788edbc203fdb3b99d073e507962cb0f0e6ac (diff) | |
rename that stupid variable finallyv0.0.37
Diffstat (limited to 'dryrun.go')
| -rw-r--r-- | dryrun.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dryrun.go b/dryrun.go new file mode 100644 index 0000000..e8e36bd --- /dev/null +++ b/dryrun.go @@ -0,0 +1,7 @@ +package prep + +// initializes logging and command line options + +func DryRun() bool { + return false +} |
