summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/opt/README.md
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-03-08 11:45:15 +0100
committerLibravatar tobi <tobi.smethurst@protonmail.com>2024-03-08 11:52:04 +0100
commitce3ae0953d5c96578188d8451941970b3167fce6 (patch)
treed2a7e7e0bea9364a2f3e3cee60eedd74567d309e /vendor/modernc.org/opt/README.md
parent[bugfix] add workaround for Xsqlite_interrupt() permanently breaking connecti... (diff)
downloadgotosocial-0.14.1.tar.xz
[chore] Downgrade sqlite v1.29.2 -> v1.28.0 (#2736)v0.14.1
* [chore] Downgrade sqlite v1.29.2 -> v1.29.0 * go down to v1.28.0
Diffstat (limited to 'vendor/modernc.org/opt/README.md')
-rw-r--r--vendor/modernc.org/opt/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/modernc.org/opt/README.md b/vendor/modernc.org/opt/README.md
new file mode 100644
index 000000000..f04870fbf
--- /dev/null
+++ b/vendor/modernc.org/opt/README.md
@@ -0,0 +1,11 @@
+# opt
+
+Package opt implements command-line flag parsing.
+
+### Installation
+
+ $ go get [-u] modernc.org/opt
+
+### Documentation
+
+[godoc.org/modernc.org/opt](http://godoc.org/modernc.org/opt)