8000 Tags · jwp003/sqlc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: jwp003/sqlc

Tags

v0.1.0

Toggle v0.1.0's commit message
Set stdout correctly (sqlc-dev#232)

The `cmd.Do` function takes a writer to use as standard out, but doesn't
use it. Instead, there's a duplicate call to `cobra.Command.SetErr`.
This patch replaces one of the duplicates with `SetOut`.

v0.0.0-devel

Toggle v0.0.0-devel's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add some real documentation (sqlc-dev#25)

0