From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id gFAfJORcMGV9UQEAauVa8A:P1 (envelope-from ) for ; Thu, 19 Oct 2023 00:32:04 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id gFAfJORcMGV9UQEAauVa8A (envelope-from ) for ; Thu, 19 Oct 2023 00:32:04 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 62BF546BAB for ; Thu, 19 Oct 2023 00:32:04 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20230601 header.b=QtEJj5Kf; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697668324; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=irLPtMz8EEHZ+55ayzq4USvA0vtQxflO0T8njTtnXGc=; b=TO8Qp/AtgfGBOcfF8VLJx0tV/f0ZzKahggj975kQctKuyKhA/yxpZbsmR/aO3eHGc6cHvj kaQws/iBemV9L5tJVK2eP3YYT/67uMa7nKCGSVREII2/7NW3xo9wIimoAgu7M9wOoFy8vD y5ttTdJPoSbQUBSzCzB34Q0cJAnFJ0GkWmlCs0UmlHZ3A1VNqERa212U65gu96lEFf/iCA H5m6P/e07fux38gxDWPDzaTIsFEa0hqWEp0pSDjQNVAJ3Xn8Zk+QYTI4oTNJdMlsjIHnln AKENgvHQXJelhzI39/ObdEzbKzELISReynI5M2lIQKRqNRwZdK3BWZwxcBbLdw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20230601 header.b=QtEJj5Kf; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697668324; a=rsa-sha256; cv=none; b=jXTzigfUfqmUxvmQgdEUSHNaO+qxWIV105S3aWNbj+vpJSglwrHp0p6uH1dOSH517ilrNW pscWOv3Wr8i1HxYvohYl3tyVyKLXctzxM6jxTek6tiJW1T8k6z7hxMnw2LRBuaCbvzCwnS QMBqPGJfp6YP1pmlRWokQCNFQaXd5jKYXn6bdnttZ7xJvm2fcwZXm5QSONVNafzfdQPT4y EiCN5tfSmjQANc79Jjl1FsGAJXLoH/x5JWSZTetqNAY3+A9cpBqAXYzL4uWNn05RMJ0T45 NuBhMMZ62oYRSnTjmLmboGentH3xrE4/bD1K4FUbngfm/J3PLy1lh6xON061QA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtF3m-0003nB-Uv; Wed, 18 Oct 2023 18:30:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtF3k-0003kQ-Fi for guix-patches@gnu.org; Wed, 18 Oct 2023 18:30:36 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qtF3k-00034q-7G for guix-patches@gnu.org; Wed, 18 Oct 2023 18:30:36 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qtF4A-00027z-D2 for guix-patches@gnu.org; Wed, 18 Oct 2023 18:31:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66619] [PATCH 01/19] gnu: Add (gnu packages golang-check) module. Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 18 Oct 2023 22:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66619 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66619@debbugs.gnu.org Cc: Sharlatan Hellseher Received: via spool by 66619-submit@debbugs.gnu.org id=B66619.16976682244701 (code B ref 66619); Wed, 18 Oct 2023 22:31:02 +0000 Received: (at 66619) by debbugs.gnu.org; 18 Oct 2023 22:30:24 +0000 Received: from localhost ([127.0.0.1]:34910 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtF3X-0001Cu-W1 for submit@debbugs.gnu.org; Wed, 18 Oct 2023 18:30:24 -0400 Received: from mail-wm1-x333.google.com ([2a00:1450:4864:20::333]:46141) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtF3T-0000kr-Bk for 66619@debbugs.gnu.org; Wed, 18 Oct 2023 18:30:20 -0400 Received: by mail-wm1-x333.google.com with SMTP id 5b1f17b1804b1-405497850dbso68653155e9.0 for <66619@debbugs.gnu.org>; Wed, 18 Oct 2023 15:29:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697668187; x=1698272987; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=/ZWAJHX6wbvE4lpkSvdAGspz6pRrWMSiLUOy/4wtjuU=; b=QtEJj5KfaDC/qt+M69vPMlQ8ib9hn0BwFN56Iohy54Oy1e/Kl7gsKc02cmeLD1B54E eG+Z8TPOc1YZxLw1EJ+fmCwVuhM2ZF2Mg4CwX/5qg28K6wtG40zzAiKWcWUJP6ZdmkMU zaC2ugQXymPO4R3nWxc/LNNrrPX5INOy6ZqShElKPSsoBdgzTFkD4m43DV0ptXulN62u k7Hj/uaEoXNKCA5VZeHqp2s8yKZVyUh4Ya6Qji3P31n//Z7gKw/3B94LQig4VRxzWuY3 m+NMxBU1g13A7g9HdhJNj2pJEowBXcEe2365s+FplAivR+HfyeDqyvGwscSJa+P1rXdf dDhw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697668187; x=1698272987; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/ZWAJHX6wbvE4lpkSvdAGspz6pRrWMSiLUOy/4wtjuU=; b=XcjRFDkVJc17hOyL54JM7mCTAmxv75qgbAFojlNEowYF3COe8Then5G14VElr73Wak mjdpjxVlxrZYJ+eHMfHyPRyV6yxAgFHpau7JQWwMjsxGMuBoYUeRqbERRdtPT+Srqglk mSgMi182DsRTn2JEAJM20z6glrbM0ja19p9sX55uZZmCiCQJ+oJHL3VltULBhShGVAvh +x8hqT5+x3aehQ6um6Fv2JPR3TcfE3rjs6MMoKAD9DClhTkgA/e1Ki4EAALieBY6KBJi fX1HREc3QTQWH/O1V9O5raXSVohgiAiIOlyPNihfZPt7sRxlmt66PQLIEYqPnI1r2CZF Nuow== X-Gm-Message-State: AOJu0Yx8nPsllBsLeb6UZzPsMjSzJhxmPC1VrDFgg5oCjhVtEAPuyoAg tepyTBlqPOB+E7q7iKUY3V5kDqRM04YWmw== X-Google-Smtp-Source: AGHT+IHqxtWD5KSVWv07NghKp4tkbzLxPSdGl7H1VcD9DMO9tJdVCkxNyohvEWUr+Fc7B6Nia3vwXA== X-Received: by 2002:a5d:6a0a:0:b0:32d:a430:beb with SMTP id m10-20020a5d6a0a000000b0032da4300bebmr266825wru.39.1697668187307; Wed, 18 Oct 2023 15:29:47 -0700 (PDT) Received: from localhost.localdomain (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id x6-20020a5d6506000000b0032d886039easm3032951wru.14.2023.10.18.15.29.45 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Oct 2023 15:29:46 -0700 (PDT) From: Sharlatan Hellseher Date: Thu, 19 Oct 2023 02:28:54 +0100 Message-ID: <1d1d15118cabce4efe4e06602daf39b5ed7a046e.1697678664.git.sharlatanus@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: 8.37 X-Spam: Yes X-Migadu-Queue-Id: 62BF546BAB X-Migadu-Spam: Yes X-Spam-Score: 8.37 X-Migadu-Scanner: mx2.migadu.com X-TUID: NMvlVE37eVnG * gnu/packages/golang-check.scm: New file. * gnu/local.mk: Add to gnu/packages/golang-check.scm scope. --- gnu/local.mk | 1 + gnu/packages/golang-check.scm | 38 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 gnu/packages/golang-check.scm diff --git a/gnu/local.mk b/gnu/local.mk index daacd786a7..5f50801073 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -302,6 +302,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/gnu-pw-mgr.scm \ %D%/packages/gobby.scm \ %D%/packages/golang.scm \ + %D%/packages/golang-check.scm \ %D%/packages/gperf.scm \ %D%/packages/gpodder.scm \ %D%/packages/gps.scm \ diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm new file mode 100644 index 0000000000..160fdff6a6 --- /dev/null +++ b/gnu/packages/golang-check.scm @@ -0,0 +1,38 @@ +;;; GNU Guix --- Functional package management for GNU +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages golang-check) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (guix packages) + #:use-module (guix build-system go) + #:use-module (guix git-download) + #:use-module (gnu packages) + #:use-module (gnu packages golang)) + +;;; Commentary: +;;; +;;; Golang packages to unit-test, mock, assert, lint processes for Golang itself. +;;; +;;; Please: Try to add new module packages in alphabetic order. +;;; +;;; Code: + +;;; +;;; Avoid adding new packages to the end of this file. To reduce the chances +;;; of a merge conflict, place them above by existing packages with similar +;;; functionality or similar names. +;;; -- 2.41.0 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id wMUuLTXOMGXiPgAAauVa8A:P1 (envelope-from ) for ; Thu, 19 Oct 2023 08:35:33 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id wMUuLTXOMGXiPgAAauVa8A (envelope-from ) for ; Thu, 19 Oct 2023 08:35:33 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8DDF2502A3 for ; Thu, 19 Oct 2023 08:35:33 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20230601 header.b=DXRmD2eH; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697697333; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=irLPtMz8EEHZ+55ayzq4USvA0vtQxflO0T8njTtnXGc=; b=tEROAeAY+nk80TXvIaCuUVsPY9i6ir7acKT0h4DNrP2sxsLBPsZcAZ9ya+9+lX4lI+a7FH knaD809pcyhZup2yUR6yqZdsJkUfNoD77d+C0QgoLPx/5oAF1VEvmMM6Nd1LYgo5sP6wyS FdPuF249yRuE6jfSli5tM448LNwoUAkUhuPFmtCeElDwtSBvk2LNK+WSUPEJkVAqmnuehV 8Sh3BmqyR+43VHwfJD9lq9KXwIHR9x1Rt3CCzKWNqINJqejpabUG0N9AJOzBsJE2LiMDoy R55WZTJC0NVr74b7vNx6PO3xlGppxUYqMWHCkdNiarA6YDgEpkJ2pW0uMKQSpg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697697333; a=rsa-sha256; cv=none; b=WIFdWHd5LNksm5LGSwuiLdu2kF5qp/ffWKQRpfEE7Va3EQIJIBki0Yi1HPrCkYHU3kZhfR kX2ZEY1CsmglEeooT/XGzxoM7C3TRTT9VYL1lWuxyxpYyHM7dLi315DAMqpw83QeVQLVTG HVh62KBY5HLrXox7BVHKOIEBPKm8huYNwL1ahGVLRkcECMZ57HJjummIz6X46g3zMaOGrV GaSySMNQf/3ut/FW/2q8ExXb53Me9uVDRc40LncvpVEftFlb0L3FqhtuJ+AnO9E+NSjupR EzOtyyS4fcXjNp8q9h6t598jI3MwwUmQYRuKA7MNTOdai81b68QI0nTvT+L/iQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("body hash did not verify") header.d=gmail.com header.s=20230601 header.b=DXRmD2eH; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtMcA-0004SY-MO; Thu, 19 Oct 2023 02:34:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtMc9-0004SQ-LD for guix-patches@gnu.org; Thu, 19 Oct 2023 02:34:37 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qtMc9-0001vL-Cv for guix-patches@gnu.org; Thu, 19 Oct 2023 02:34:37 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qtMcZ-0002MA-Na for guix-patches@gnu.org; Thu, 19 Oct 2023 02:35:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66627] [PATCH 01/19] gnu: Add (gnu packages golang-check) module. Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 19 Oct 2023 06:35:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66627 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66627@debbugs.gnu.org Cc: Sharlatan Hellseher Received: via spool by 66627-submit@debbugs.gnu.org id=B66627.16976972958873 (code B ref 66627); Thu, 19 Oct 2023 06:35:03 +0000 Received: (at 66627) by debbugs.gnu.org; 19 Oct 2023 06:34:55 +0000 Received: from localhost ([127.0.0.1]:35597 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtMcQ-0002I8-6c for submit@debbugs.gnu.org; Thu, 19 Oct 2023 02:34:55 -0400 Received: from mail-wr1-x430.google.com ([2a00:1450:4864:20::430]:47254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtMcO-0002Gm-6Y for 66627@debbugs.gnu.org; Thu, 19 Oct 2023 02:34:53 -0400 Received: by mail-wr1-x430.google.com with SMTP id ffacd0b85a97d-31f71b25a99so6593126f8f.2 for <66627@debbugs.gnu.org>; Wed, 18 Oct 2023 23:34:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1697697259; x=1698302059; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=/ZWAJHX6wbvE4lpkSvdAGspz6pRrWMSiLUOy/4wtjuU=; b=DXRmD2eHcooBjOT8gI9Rf02VOv3gq8zd/oyQ5Df17rpCQfKVe4yEbbwI4SLvldJcYL 8zZYVXVEje6R6Zs4XYSAm2ie7bYyAVB+anzL6lYBZGrESrtXdPXCcIoR0MXUmfraiiTf V/nnwkD9ONrRjTllE7R/p6vZdVbX6+AF9inxGO1/ceWGAoh/vnkT7qHOoyjhe8x7mCyK cHi3JGxLpI6nyODuCqY9WhPCcAAfaBVfL3iAiKwm3pRpjyIAHKlxb9prGwPbWbjcgzxu bm4CUq3cipAjWgm64Yfbn7bHYrI+g6qPLqe/u2olEo0tX6uP+kY9ean+f7SSedPEuLNo Aklw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697697259; x=1698302059; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/ZWAJHX6wbvE4lpkSvdAGspz6pRrWMSiLUOy/4wtjuU=; b=UXixhm7o7fbEwirNmnKz53iZWLaJe+UZ9Kw1DG744fop+2DMsxmKdXVON/FgJztT+9 0ZLKExNSUmuh/mK9ic86NlztBIp7xZGIGTCelisTeqLjtPa9rr/TRaAnKbCGrU5pgAUM 0OluQncFJTv6kIbQtOD8DGcAFm3h5BqXZAhwtjwrZD7j9S7tyijukiJrc7vAlnAf7B8X SwRMeOqezKlp5+wnoSkb1/1GyC6dRcaOsx0J5+G+xIJF8+Hh+Y+AawVKIxsG6WAugFab LZ1wTfB/TeKLywGnB/NH64XvE8SeVs5ssEGC9VyRcRdx6dMJ0d19k2zOa6cQLdcvk7cY lPJw== X-Gm-Message-State: AOJu0Yw3f4E3EFJDtaiAXcB3czbrjlh4xE0dNjusne8ShgLu7oJyv7QH 32Vm7jrEZAZyziWzCy+JiAlv18L38FPtNQ== X-Google-Smtp-Source: AGHT+IGsBcb9WZYF7tDjUJBzTC5C/rZzsoX7f+sy/nR7y98Ww7t4Pa4F5FqSj+DCfAbbmoRMObGdNQ== X-Received: by 2002:a5d:6e06:0:b0:32d:d2ef:b0e4 with SMTP id h6-20020a5d6e06000000b0032dd2efb0e4mr707374wrz.0.1697697259444; Wed, 18 Oct 2023 23:34:19 -0700 (PDT) Received: from localhost.localdomain (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id q1-20020adffec1000000b00326b8a0e817sm3694739wrs.84.2023.10.18.23.34.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 18 Oct 2023 23:34:19 -0700 (PDT) From: Sharlatan Hellseher Date: Thu, 19 Oct 2023 10:33:42 +0100 Message-ID: <1d1d15118cabce4efe4e06602daf39b5ed7a046e.1697678664.git.sharlatanus@gmail.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Spam-Score: 8.35 X-Migadu-Queue-Id: 8DDF2502A3 X-Migadu-Spam: Yes X-Migadu-Scanner: mx0.migadu.com X-Spam: Yes X-Migadu-Spam-Score: 8.35 X-TUID: Tbs+hqG4Gao1 Message-ID: <20231019093342.ZcwwHfOgSDvTIK-HnvDgLAZVqfxnby6NomGPQrMZ6Cc@z> * gnu/packages/golang-check.scm: New file. * gnu/local.mk: Add to gnu/packages/golang-check.scm scope. --- gnu/local.mk | 1 + gnu/packages/golang-check.scm | 38 +++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 gnu/packages/golang-check.scm diff --git a/gnu/local.mk b/gnu/local.mk index daacd786a7..5f50801073 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -302,6 +302,7 @@ GNU_SYSTEM_MODULES = \ %D%/packages/gnu-pw-mgr.scm \ %D%/packages/gobby.scm \ %D%/packages/golang.scm \ + %D%/packages/golang-check.scm \ %D%/packages/gperf.scm \ %D%/packages/gpodder.scm \ %D%/packages/gps.scm \ diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm new file mode 100644 index 0000000000..160fdff6a6 --- /dev/null +++ b/gnu/packages/golang-check.scm @@ -0,0 +1,38 @@ +;;; GNU Guix --- Functional package management for GNU +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; you can redistribute it and/or modify it +;;; under the terms of the GNU General Public License as published by +;;; the Free Software Foundation; either version 3 of the License, or (at +;;; your option) any later version. +;;; +;;; GNU Guix is distributed in the hope that it will be useful, but +;;; WITHOUT ANY WARRANTY; without even the implied warranty of +;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;;; GNU General Public License for more details. +;;; +;;; You should have received a copy of the GNU General Public License +;;; along with GNU Guix. If not, see . + +(define-module (gnu packages golang-check) + #:use-module ((guix licenses) #:prefix license:) + #:use-module (guix packages) + #:use-module (guix build-system go) + #:use-module (guix git-download) + #:use-module (gnu packages) + #:use-module (gnu packages golang)) + +;;; Commentary: +;;; +;;; Golang packages to unit-test, mock, assert, lint processes for Golang itself. +;;; +;;; Please: Try to add new module packages in alphabetic order. +;;; +;;; Code: + +;;; +;;; Avoid adding new packages to the end of this file. To reduce the chances +;;; of a merge conflict, place them above by existing packages with similar +;;; functionality or similar names. +;;; -- 2.41.0