_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


go-github-com-maxatome-go-testdeep 1.15.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/maxatome/go-testdeep
Licenses: FreeBSD
Build system: go
Synopsis: Extended HTTP API testing framework
Description:

Package testdeep allows flexible deep comparison, it is an adaptation of Perl's Test::Deep perl.

go-github-com-tj-assert 0.0.3
Propagated dependencies: go-github-com-stretchr-testify@1.11.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/tj/assert
Licenses: Expat
Build system: go
Synopsis: Golang @code{testify/assert} but as @code{testify/require}
Description:

Package assert implements the same assertions as the assert package but stops test execution when a test fails.

go-github-com-gkampitakis-go-snaps 0.5.15-0.0832b79
Propagated dependencies: go-github-com-gkampitakis-ciinfo@0.3.3 go-github-com-goccy-go-yaml@1.18.0 go-github-com-kr-pretty@0.3.1 go-github-com-maruel-natural@1.3.0 go-github-com-sergi-go-diff@1.3.1 go-github-com-tidwall-gjson@1.17.1 go-github-com-tidwall-pretty@1.2.1 go-github-com-tidwall-sjson@1.2.5
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/gkampitakis/go-snaps
Licenses: Expat
Build system: go
Synopsis: Jest-like snapshot testing in Go
Description:

go-snaps is a Go implementation of Jest snapshot testing.

go-github-com-nbio-st 0.0.0-20140626010706-e9e8d9816f32
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/nbio/st
Licenses: ASL 2.0
Build system: go
Synopsis: Tiny test framework for Go
Description:

Package st, pronounced ghost, is a tiny test framework for making short, useful assertions in your Go tests. Assert(t, have, want) and Refute(t, have, want) abort a test immediately with t.Fatal. Expect(t, have, want) and Reject(t, have, want) allow a test to continue, reporting failure at the end with t.Error. They print nice error messages, preserving the order of have (actual result) before want (expected result) to minimize confusion.

go-github-com-zeebo-assert 1.3.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/zeebo/assert
Licenses: CC0
Build system: go
Synopsis: High-level assertions for tests
Description:

assert is a testing library that provides high-level assertions API based on Go testing library procedures.

go-go-etcd-io-gofail 0.2.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://pkg.go.dev/go.etcd.io/gofail
Licenses: ASL 2.0
Build system: go
Synopsis: Failpoints for go
Description:

This package provides an implementation of failpoints for Golang.

go-go-simpler-org-assert 0.9.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://go-simpler.org/assert
Licenses: MPL 2.0
Build system: go
Synopsis: Assertions for the standard testing package
Description:

This package implements assertions for the standard testing package, and is a minimalistic replacement for the stretchr/testify package.

go-structlayout 0.6.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://staticcheck.dev/
Licenses: Expat
Build system: go
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 -json flag.

protogetter 0.3.20
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/ghostiam/protogetter
Licenses: Expat
Build system: go
Synopsis: Protobuf Golang linter
Description:

This package is a linter developed specifically for Go programmers working with nested protobuf types. It's designed to aid developers in preventing invalid memory address or nil pointer dereference errors arising from direct access of nested protobuf fields.

When working with protobuf, it's quite common to have complex structures where a message field is contained within another message, which itself can be part of another message, and so on. If these fields are accessed directly and some field in the call chain will not be initialized, it can result in application panic.

Protogetter addresses this issue by suggesting use of getter methods for field access.

go-github-com-tdewolff-test 1.0.10
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/tdewolff/test
Licenses: Expat
Build system: go
Synopsis: Go test helper functions
Description:

This package implements a few functions that are useful for io testing, such as readers and writers that fail after N consecutive reads/writes.

go-github-com-uudashr-gocognit 1.2.0
Propagated dependencies: go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/uudashr/gocognit
Licenses: Expat
Build system: go
Synopsis: Calculate cognitive complexity of Go methods
Description:

This package calculates cognitive complexities of functions (and methods) in Go source code.

go-diff 0.7.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/sourcegraph/go-diff
Licenses: Expat
Build system: go
Synopsis: Diff parser and printer for Go
Description:

This package provides a unified diff parser and printer for Go.

go-github-com-google-pprof 0.0.0-20250317173921-a4b03ec1a45e
Propagated dependencies: go-github-com-chzyer-readline@1.5.1 go-github-com-ianlancetaylor-demangle@0.0.0-20230524184225-eabc099b10ab go-golang-org-x-sys@0.43.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/google/pprof
Licenses: ASL 2.0 Modified BSD ASL 2.0 ISC
Build system: go
Synopsis: Visualization and analysis of profiling data
Description:

pprof is a tool for visualization and analysis of profiling data.

It reads a collection of profiling samples in profile.proto format and generates reports to visualize and help analyze the data. It can generate both text and graphical reports (through the use of the dot visualization package).

go-github-com-golang-mock 1.6.0
Propagated dependencies: go-golang-org-x-tools@0.44.0 go-golang-org-x-mod@0.35.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/golang/mock
Licenses: ASL 2.0
Build system: go
Synopsis: Mocking framework for Golang
Description:

gomock is a mocking framework for the Go programming language. It integrates well with Go's built-in testing package, but can be used in other contexts too.

go-github-com-gostaticanalysis-testutil 0.6.1
Propagated dependencies: go-github-com-josharian-txtarfs@0.0.0-20240408113805-5dc76b8fe6bf go-github-com-otiai10-copy@1.14.0 go-github-com-tenntenn-golden@0.5.5 go-github-com-tenntenn-modver@1.0.1 go-github-com-tenntenn-text-transform@0.0.0-20250402111347-ba836492e880 go-golang-org-x-mod@0.35.0 go-golang-org-x-text@0.36.0 go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/gostaticanalysis/testutil
Licenses: Expat
Build system: go
Synopsis: Utilities for test of static analysis tools
Description:

This package provides utilities for test of static analysis tools.

go-gopkg-in-dnaeon-go-vcr-v4 4.0.6
Propagated dependencies: go-go-yaml-in-yaml-v4@4.0.0-rc.4
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/dnaeon/go-vcr
Licenses: FreeBSD
Build system: go
Synopsis: Record and replay your HTTP interactions
Description:

@codego-vcr simplifies testing by recording your HTTP interactions and replaying them in future runs in order to provide fast, deterministic and accurate testing of your code.

go-github-com-firefart-nonamedreturns 1.0.6
Propagated dependencies: go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/firefart/nonamedreturns
Licenses: GPL 3
Build system: go
Synopsis: Go linter to catch named returns
Description:

This package provides a linter to find named returns in Go code.

go-gopkg-in-dnaeon-go-vcr-v3 3.2.2
Propagated dependencies: go-gopkg-in-yaml-v3@3.0.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/dnaeon/go-vcr
Licenses: FreeBSD
Build system: go
Synopsis: Record and replay your HTTP interactions
Description:

@codego-vcr simplifies testing by recording your HTTP interactions and replaying them in future runs in order to provide fast, deterministic and accurate testing of your code.

go-go-simpler-org-musttag 0.14.0
Propagated dependencies: go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://go-simpler.org/musttag
Licenses: MPL 2.0
Build system: go
Synopsis: Enforce field tags in (un)marshaled structs
Description:

This package checks that exported fields of a struct passed to a Marshal-like function are annotated with the relevant tag.

go-github-com-sivchari-tenv 1.12.1
Propagated dependencies: go-golang-org-x-tools@0.44.0 go-github-com-gostaticanalysis-testutil@0.6.1
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/sivchari/tenv
Licenses: Expat
Build system: go
Synopsis: Analyzer to detect use of Go @code{os.Setenv}
Description:

This package provide a Go analyzer that detects using os.Setenv instead of t.Setenv since Go1.17.

go-gotest-tools-v3 3.5.2
Propagated dependencies: go-github-com-google-go-cmp@0.7.0 go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://gotest.tools
Licenses: ASL 2.0
Build system: go
Synopsis: gotest.tools
Description:

Package gotesttools is a collection of packages to augment testing and support common patterns.

Packages:

  • assert - compare values and fail the test when a comparison fails

  • env - test code which uses environment variables

  • fs - create temporary files and compare a filesystem tree to an expected value

  • golden - compare large multi-line strings against values frozen in golden files

  • icmd - execute binaries and test the output

  • poll - test asynchronous code by polling until a desired state is reached

  • skip - skip a test and print the source code of the condition used to skip the test

go-github-com-sivchari-containedctx 1.0.3
Propagated dependencies: go-golang-org-x-tools@0.44.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/sivchari/containedctx
Licenses: Expat
Build system: go
Synopsis: Linter for Go that detects struct contained @code{context.Context} field
Description:

This package is a linter that detects struct contained context.Context field. This is discouraged technique in favour of passing context as first argument of method or function. For rationale please read Contexts and structs the Go blog post.

go-github-com-xen0n-gosmopolitan 1.3.0
Propagated dependencies: go-golang-org-x-tools@0.44.0 go-golang-org-x-text@0.36.0
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/xen0n/gosmopolitan
Licenses: GPL 3
Build system: go
Synopsis: Linter for internationalization anti-patterns
Description:

This package checks your Go codebase for code smells that may prove to be a hindrance to internationalization and/or localization.

go-pgmockproxy 0.0.0-20210724152146-4ad1a8207f65
Channel: guix
Location: gnu/packages/golang-check.scm (gnu packages golang-check)
Home page: https://github.com/jackc/pgmock
Licenses: Expat
Build system: go
Synopsis: PostgreSQL server mocking library
Description:

pgmockproxy is a PostgreSQL proxy that logs the messages back and forth between the PostgreSQL client and server. This can aid in building a mocking script by running commands against a real server to observe the results. It can also be used to debug applications that speak the PostgreSQL wire protocol without needing to use a tool like Wireshark.

Total packages: 32521