golang-github-kisielk-sqlstruct 0.0~git20150917.0.0b86a3e-2 source package in Ubuntu
Changelog
golang-github-kisielk-sqlstruct (0.0~git20150917.0.0b86a3e-2) unstable; urgency=medium [ Paul Tagliamonte ] * Team upload. * Use a secure transport for the Vcs-Git and Vcs-Browser URL [ Konstantinos Margaritis ] * Replace golang-go with golang-any in Build-Depends, remove golang-go from Depends -- Konstantinos Margaritis <email address hidden> Tue, 08 Aug 2017 20:36:45 +0300
Upload details
- Uploaded by:
- Debian Go Packaging Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Go Packaging Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc | |
Bionic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
golang-github-kisielk-sqlstruct_0.0~git20150917.0.0b86a3e-2.dsc | 2.3 KiB | a95515ef938c06c1ebf9de61bb2d7564e669650c1cc74bca627d834706cb8627 |
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.debian.tar.xz | 1.9 KiB | 774c745baf7037aac3b771656a8cb82ed60f32b3a64edf8ca2c71ba421ab9d80 |
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.