gnu: go-github-com-macronut-go-tproxy: Remove examples.

* gnu/packages/golang.scm (go-github-com-macronut-go-tproxy) [source]:
Remove examples.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Icee19c7f087d3d12da00861c85950b598c5a2600
This commit is contained in:
Troy Figiel 2024-02-11 15:01:33 +01:00 committed by Sharlatan Hellseher
parent 6ebe912b55
commit 63d23f03f7
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6995,7 +6995,9 @@ (define-public go-github-com-macronut-go-tproxy
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0jibsg0xhsn0h1jq4g9qd4nr58w43y8majlwfri9ffk2cbfrwqdr")))) "0jibsg0xhsn0h1jq4g9qd4nr58w43y8majlwfri9ffk2cbfrwqdr"))
(modules '((guix build utils)))
(snippet '(delete-file-recursively "example"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/macronut/go-tproxy")) '(#:import-path "github.com/macronut/go-tproxy"))