mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
90880a7d65
commit
b585cc6b69
1 changed files with 0 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue