guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit fb0bee8ac75620e81b7cea1e974601c44e2c2d7e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 10 18:38:24 2025 +0100
gnu: Remove go-golang-org-sql-mock.
* gnu/packages/golang-check.scm (go-golang-org-sql-mock): Delete variable.
Change-Id: I2e84f927682ba522e7240dbc897ac293d64e7135
---
gnu/packages/golang-check.scm | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index bc2f09cdad..284913473b 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -2260,36 +2260,6 @@ and restore them afterwards.")
API allows two different types of arguments: key-value pairs and attributes.")
(license license:mpl2.0)))
-(define-public go-golang-org-sql-mock
- (package
- (name "go-golang-org-sql-mock")
- (version "1.5.2")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/DATA-DOG/go-sqlmock")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1vpvdx9hwmx9gm27aq5r5219xpaxz0gy4q1iqskk4saz05bspn0f"))))
- (build-system go-build-system)
- (arguments
- (list
- #:import-path "github.com/DATA-DOG/go-sqlmock"
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'remove-examples
- (lambda* (#:key import-path #:allow-other-keys)
- (delete-file-recursively
- (string-append "src/" import-path "/examples")))))))
- (home-page "https://github.com/DATA-DOG/go-sqlmock")
- (synopsis "Mock library implementing @code{sql/driver}")
- (description
- "This library simulates SQL-driver behavior in tests without requiring a
-real database connection.")
- (license license:expat)))
-
(define-public go-golang-org-x-lint
(package
(name "go-golang-org-x-lint")