~ruther/guix-local

b585cc6b699006a03f7b3125484d8ad66810fddd — Sharlatan Hellseher 10 months ago 90880a7
gnu: Remove go-keyify.

go-honnef-co-go-tools@0.6.1 does not provide <cmd/keyify> which was
removed in v0.5.0.
See: <https://github.com/dominikh/go-tools/releases/tag/2024.1>.

* gnu/packages/golang-check.scm (go-keyify): Delete variable.

Change-Id: I4e4b8cd8611dfd70f6dce3b6815e0ef057191f33
1 files changed, 0 insertions(+), 12 deletions(-)

M gnu/packages/golang-check.scm
M gnu/packages/golang-check.scm => gnu/packages/golang-check.scm +0 -12
@@ 2967,18 2967,6 @@ thoroughly
                    "  This package provides an command line interface (CLI)
tool."))))

(define-public go-keyify
  (package
    (inherit go-honnef-co-go-tools)
    (name "go-keyify")
    (arguments
     `(#:import-path "honnef.co/go/tools/cmd/keyify"
       #:unpack-path "honnef.co/go/tools"
       #:install-source? #f))
    (synopsis "Transform an unkeyed struct literal into a keyed one in Go")
    (description "This package turns unkeyed struct literals (@code{T{1, 2,
3}}) into keyed ones (@code{T{A: 1, B: 2, C: 3}}) in Go.")))

(define-public go-pgmockproxy
  (package
    (inherit go-github-com-jackc-pgmock)