Source: golang-github-imdario-mergo Section: golang Priority: optional Maintainer: Debian Go Packaging Team Uploaders: Arnaud Rebillout , Dmitry Smirnov , Tim Potter , Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-gopkg-yaml.v3-dev Standards-Version: 4.7.0 Homepage: https://github.com/darccio/mergo Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-imdario-mergo.git XS-Go-Import-Path: dario.cat/mergo, github.com/imdario/mergo Testsuite: autopkgtest-pkg-go Package: golang-github-imdario-mergo-dev Architecture: all Multi-Arch: foreign Depends: golang-gopkg-yaml.v3-dev, ${misc:Depends}, Provides: golang-dario-mergo-dev (= ${binary:Version}) Description: Functions to merge structs and maps in Go Mergo is a set of helper functions to merge structs and maps in the Go language. It is useful for configuration default values, avoiding messy if-statements in initialisation code.