summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/go.yml2
-rw-r--r--usage.go4
2 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index fd71843..3dbb91d 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- go: ['1.12', '1.13', '1.14', '1.15']
+ go: ['1.13', '1.14', '1.15', '1.16']
steps:
- id: go
diff --git a/usage.go b/usage.go
index f3f9fe6..cbbb021 100644
--- a/usage.go
+++ b/usage.go
@@ -254,7 +254,3 @@ func synopsis(spec *spec, form string) string {
}
return form + " " + spec.placeholder
}
-
-func ptrTo(s string) *string {
- return &s
-}