Skip to content

v0.0.40

Choose a tag to compare

@github-actions github-actions released this 29 May 13:22
83579e5
docs: add `go run` usage to README (#9)

* docs: add go run usage to README

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* docs: translate go run note to English

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* docs: drop -- from go run examples

The app reads os.Args[1] as the lookup term, so '--' would be passed
through as the term instead of being consumed by go run.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>