[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#72963] [PATCH go-team 12/30] gnu: Add go-go-abhg-dev-requiredfield.
From: |
Herman Rimm |
Subject: |
[bug#72963] [PATCH go-team 12/30] gnu: Add go-go-abhg-dev-requiredfield. |
Date: |
Mon, 2 Sep 2024 14:18:20 +0200 |
* gnu/packages/golang-check.scm (go-go-abhg-dev-requiredfield): Add
variable.
---
gnu/packages/golang-check.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 287a514ace..733fe89699 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -1033,6 +1033,30 @@ (define-public go-github.com-smartystreets-gunit
under test) much simpler.")
(license license:expat)))
+(define-public go-go-abhg-dev-requiredfield
+ (package
+ (name "go-go-abhg-dev-requiredfield")
+ (version "0.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/abhinav/requiredfield")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "15dccs71is06wi8xi3y2nnwpcpqbsh4pas4iggdr514aix8ljknf"))))
+ (build-system go-build-system)
+ (arguments (list #:import-path "go.abhg.dev/requiredfield"))
+ (propagated-inputs (list go-golang-org-x-tools))
+ (home-page "https://go.abhg.dev/requiredfield")
+ (synopsis "Linter for required struct fields")
+ (description
+ "Package requiredfield implements a linter that checks for required
+fields during struct initialization.")
+ (license license:bsd-3)))
+
(define-public go-go-etcd-io-gofail
(package
(name "go-go-etcd-io-gofail")
--
2.45.2
- [bug#72963] [PATCH go-team 02/30] gnu: Add go-github-com-sebdah-goldie-v2., (continued)
- [bug#72963] [PATCH go-team 02/30] gnu: Add go-github-com-sebdah-goldie-v2., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 04/30] gnu: Add go-github-com-creack-pty-v2., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 05/30] gnu: Add go-github-com-charmbracelet-x-ansi., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 07/30] gnu: Add go-github-com-charmbracelet-lipgloss., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 03/30] gnu: Add go-github-com-atotto-clipboard., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 06/30] gnu: Add go-github-com-aymanbagabas-go-udiff., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 08/30] gnu: Add go-github-com-shurcool-graphql., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 09/30] gnu: Add go-github-com-shurcool-githubv4., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 10/30] gnu: Add go-github-com-charmbracelet-log., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 11/30] gnu: Add go-github-com-vito-midterm., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 12/30] gnu: Add go-go-abhg-dev-requiredfield.,
Herman Rimm <=
- [bug#72963] [PATCH go-team 15/30] gnu: Add go-github-com-sahilm-fuzzy., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 17/30] gnu: Add go-inputs procedure., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 20/30] gnu: Add go-github-com-charmbracelet-x-input., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 26/30] gnu: Add go-github-com-rogpeppe-go-internal-diff., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 27/30] gnu: Add go-github-com-muesli-ansi., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 13/30] gnu: Add go-gopkg-in-dnaeon-go-vcr-v3-recorder., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 23/30] gnu: Add go-github-com-mattn-go-localereader., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 24/30] gnu: Add go-github-com-rogpeppe-go-internal-internal-misspell., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 29/30] gnu: go-github-com-charmbracelet-bubbletea: Update to 0.26.6., Herman Rimm, 2024/09/02
- [bug#72963] [PATCH go-team 19/30] gnu: Add go-github-com-charmbracelet-x-windows., Herman Rimm, 2024/09/02