unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69643] [PATCH] gnu: Add go-github-com-josharian-intern.
@ 2024-03-05 21:09 Troy Figiel
  2024-03-17  0:19 ` bug#69643: " Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: Troy Figiel @ 2024-03-05 21:09 UTC (permalink / raw)
  To: 69643

* gnu/packages/golang-xyz.scm (go-github-com-josharian-intern): New variable.
---
 gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 0b3db6e379..d7d3ee34ad 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1010,6 +1010,31 @@ (define-public go-github-com-jinzhu-copier
 struct to another.")
     (license license:expat)))
 
+(define-public go-github-com-josharian-intern
+  (package
+    (name "go-github-com-josharian-intern")
+    (version "1.0.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/josharian/intern")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1za48ppvwd5vg8vv25ldmwz1biwpb3p6qhf8vazhsfdg9m07951c"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/josharian/intern"))
+    (home-page "https://github.com/josharian/intern")
+    (synopsis "String interning for Go")
+    (description
+     "This library defines functions to perform string interning in Go,
+storing only one copy of each unique string in memory.  All functions may be
+called concurrently with themselves and each other.")
+    (license license:expat)))
+
 (define-public go-github-com-k0kubun-pp
   (package
     (name "go-github-com-k0kubun-pp")

base-commit: d79c88e8809d2079452fd276bf4d17eb16636ff9
-- 
2.42.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69643: [PATCH] gnu: Add go-github-com-josharian-intern.
  2024-03-05 21:09 [bug#69643] [PATCH] gnu: Add go-github-com-josharian-intern Troy Figiel
@ 2024-03-17  0:19 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-03-17  0:19 UTC (permalink / raw)
  To: 69643-done

[-- Attachment #1: Type: text/plain, Size: 77 bytes --]


Hi,

Pushed as 6fda9cfd0f34498a66746a41078e29d2382f580a to master.

--
Oleg

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-17  0:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-05 21:09 [bug#69643] [PATCH] gnu: Add go-github-com-josharian-intern Troy Figiel
2024-03-17  0:19 ` bug#69643: " Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).