summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-check.scm
AgeCommit message (Collapse)Author
2023-10-22gnu: go-github-com-google-gofuzz: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-google-gofuzz): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-jacobsa-ogletest: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-jacobsa-ogletest): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-tdewolff-test: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-tdewolff-test): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-gopkg-in-go-playground-assert-v1: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-gopkg-in-go-playground-assert-v1): Move from here... * gnu/packages/golang.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-golangplus-testing: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-golangplus-testing): Move from here... * gnu/packages/golang-check.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-jacobsa-oglematchers: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-jacobsa-oglematchers): Move from here... * gnu/packages/golang-check.scm: ... to here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-gopkg-in-check-v1: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang.scm (go-gopkg-in-check-v1): Move from here... * gnu/packages/golang-check.scm (go-gopkg-in-check-v1): ... to here. * gnu/packages/bioinformatics.scm: Add (gnu-packages golang-check) to use-module. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-stretchr-testify: Remove labels.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-stretchr-testify): Remove input lables. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ibe9dcd7b55681cf6c5b76c44ef03de2e2f02bcd9
2023-10-22gnu: go-github-com-jacobsa-oglemock: Move to (gnu packages golang-check)Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-jacobsa-oglemock): Move from here... * gnu/packages/golang-check.scm: ... to here. * gnu/packages/file-systems.scm: Add use-module (gnu-packages golang-check). Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: go-github-com-stretchr-testify: Move to (gnu packages golang-check).Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-stretchr-testify): Move from here... * gnu/packages/golang-check.scm: ...to here. * gnu/packages/databases.scm: Add (gnu packages golang-check) module. * gnu/packages/education.scm: As above... * gnu/packages/ipfs.scm: As above... * gnu/packages/irc.scm: As above... * gnu/packages/mail.scm: As above... * gnu/packages/textutils.scm: As above... * gnu/packages/version-control.scm: As above... Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-10-22gnu: Add (gnu packages golang-check) module.Sharlatan Hellseher
* gnu/packages/golang-check.scm: New file. * gnu/local.mk: Add to gnu/packages/golang-check.scm scope. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>