gnu: go-gotest-tools-package: Add comment.

* gnu/packages/golang.scm (go-gotest-tools-package): Add comment.
This commit is contained in:
Danny Milosavljevic 2020-02-10 17:02:37 +01:00
parent 8c7eb58453
commit 2d1232e071
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -3115,6 +3115,8 @@ (define (go-gotest-tools-source version sha256-base32-hash)
(sha256
(base32 sha256-base32-hash))))
;; Note that version 3.0.0 is incompatible to 2.3.0.
;; See also <https://github.com/gotestyourself/gotest.tools/issues/166>.
(define (go-gotest-tools-package suffix)
(package
(name (string-append "go-gotest-tools-"