1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: golang-github-fatih-structtag
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
dpkg-build-api (= 1),
golang-any,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-fatih-structtag
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-fatih-structtag.git
Homepage: https://github.com/fatih/structtag
XS-Go-Import-Path: github.com/fatih/structtag
Package: golang-github-fatih-structtag-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: Parse and modify Go struct field tags (library)
structtag provides a way of parsing and manipulating struct tag Go
fields.
|