diff options
| author | Alex Flint <[email protected]> | 2021-04-07 11:32:48 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-07 11:32:48 -0700 |
| commit | cf2205c84db73b0c2be62a8981c2f61399b32d4a (patch) | |
| tree | fcc89c916e422916f6c35dd2ba5da91f16d487f1 /usage.go | |
| parent | bd6844a20d4ddb26d861917f81bde1e884435505 (diff) | |
| parent | 4f2ab5c00934c09870a127df353abcd056d17323 (diff) | |
Merge pull request #144 from leozhantw/refactor/remove-unused-function
refactor: remove unused function
Diffstat (limited to 'usage.go')
| -rw-r--r-- | usage.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -228,7 +228,3 @@ func synopsis(spec *spec, form string) string { } return form + " " + spec.placeholder } - -func ptrTo(s string) *string { - return &s -} |
