Tags: jwp003/sqlc
Tags
Use literal character names in enum constants This helps avoid conflicting constant names when enum values are only distinguished by special characters.
Create release for tags (sqlc-dev#346) * release: Push release to stable branch on tag * actions: Release new versions on tag creation
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`.
PreviousNext