mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-structlayout.
* gnu/packages/golang-check.scm (go-structlayout): New variable. Change-Id: I7440cdf75238fc73451cefc73b3ce3eb3d4da323 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
d6410c5c47
commit
b3e74eb26d
1 changed files with 14 additions and 0 deletions
|
@ -111,6 +111,20 @@ simplifications, and enforces style rules.")
|
||||||
Using static analysis, it finds bugs and performance issues, offers
|
Using static analysis, it finds bugs and performance issues, offers
|
||||||
simplifications, and enforces style rules.")))
|
simplifications, and enforces style rules.")))
|
||||||
|
|
||||||
|
(define-public go-structlayout
|
||||||
|
(package
|
||||||
|
(inherit go-honnef-co-go-tools)
|
||||||
|
(name "go-structlayout")
|
||||||
|
(arguments
|
||||||
|
`(#:import-path "honnef.co/go/tools/cmd/structlayout"
|
||||||
|
#:unpack-path "honnef.co/go/tools"
|
||||||
|
#:install-source? #f))
|
||||||
|
(synopsis "Display the layout (field sizes and padding) of structs in Go")
|
||||||
|
(description "This package prints the layout of a struct in Go, which is
|
||||||
|
the byte offset and size of each field, respecting padding. This information
|
||||||
|
is printed in human-readable form by default, or as JSON with the @code{-json}
|
||||||
|
flag.")))
|
||||||
|
|
||||||
(define-public go-github-com-alecthomas-assert
|
(define-public go-github-com-alecthomas-assert
|
||||||
(let ((commit "405dbfeb8e38effee6e723317226e93fff912d06")
|
(let ((commit "405dbfeb8e38effee6e723317226e93fff912d06")
|
||||||
(revision "1"))
|
(revision "1"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue