diff options
| author | LeoZhan <[email protected]> | 2021-04-08 00:20:56 +0800 |
|---|---|---|
| committer | LeoZhan <[email protected]> | 2021-04-08 00:20:56 +0800 |
| commit | 4f2ab5c00934c09870a127df353abcd056d17323 (patch) | |
| tree | fcc89c916e422916f6c35dd2ba5da91f16d487f1 | |
| parent | bd6844a20d4ddb26d861917f81bde1e884435505 (diff) | |
refactor: remove unused function
| -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 -} |
