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
This commit is contained in:
Sharlatan Hellseher 2025-07-24 23:51:07 +01:00
parent 90880a7d65
commit b585cc6b69
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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)