golang-github-kisielk-sqlstruct 0.0~git20150917.0.0b86a3e-2.1 source package in Ubuntu
Changelog
golang-github-kisielk-sqlstruct (0.0~git20150917.0.0b86a3e-2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Fri, 08 Jan 2021 14:59:44 +0100
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- golang
- Urgency:
- Medium Urgency
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-kisielk-sqlstruct_0.0~git20150917.0.0b86a3e-2.1.dsc | 2.3 KiB | 062b15bd0e8220bbe261357165d7ca920db719bf5016744a3ba18097104fdf24 |
golang-github-kisielk-sqlstruct_0.0~git20150917.0.0b86a3e.orig.tar.xz | 4.5 KiB | 60334da5f65c84443733613c767205b97824a0b04161d7452872a3ec8bc46b8d |
golang-github-kisielk-sqlstruct_0.0~git20150917.0.0b86a3e-2.1.debian.tar.xz | 2.0 KiB | 0b1a251d6eda3d8c1c27b08a4641385a0bfa7fa283da8192a3b28aefda6e81ea |
Available diffs
No changes file available.
Binary packages built by this source
- golang-github-kisielk-sqlstruct-dev: convenience functions for using structs with the database/sql package
Package sqlstruct provides some convenience functions for using structs with
the Go standard library's database/sql package.
.
The package matches struct field names to SQL query column names. A field can
also specify a matching column with "sql" tag, if it's different from field
name. Unexported fields or fields marked with `sql:"-"` are ignored, just like
with "encoding/json" package.