* gnu/packages/golang.scm (go-github-com-jba-printsrc): New variable. > --- a/gnu/packages/golang.scm > +++ b/gnu/packages/golang.scm > @@ -8515,6 +8515,32 @@ (define-public go-github-com-go-git-go-billy > + (arguments > + '(#:import-path "github.com/jba/printsrc" > + ;; TODO: Open bug; expecting time.Local, but when local=UTC, we get time.UTC Please add the bug report URL. > + (description > + "Package printsrc prints Go values as Go source. It strives to render > +legal Go source code, and returns an error when detects that it cannot.") (description "This package provides a Go library for printing Go values as legal source code, and attempts to detect when this is not possible." > + ;; MIT Redundant comment :) -- (