Source: golang-github-pborman-indent Section: golang Maintainer: Debian Go Packaging Team Uploaders: Rafael Passos , Build-Depends: debhelper-compat (= 14), dh-sequence-golang, golang-any, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-pborman-indent Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-pborman-indent.git Homepage: https://github.com/pborman/indent XS-Go-Import-Path: github.com/pborman/indent Package: golang-github-pborman-indent-dev Architecture: all Multi-Arch: foreign Description: Go package for indenting lines of text (library) The indent package indents lines of text with a prefix. It supports indent blocks of text (string or []byte) as well as providing an io.Writer interface. It is a drop-in replacement for the github.com/openconfig/goyang/pkg/indent package.