From dd720662e7d5266105dcc8866f88448ab23ab60d Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 16 Sep 2025 19:03:18 +0200 Subject: [PATCH] import: go: Remove uneeded autoloads. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * guix/import/go.scm: Remove uneeded autoloads. Signed-off-by: Ludovic Courtès --- guix/import/go.scm | 4 ---- 1 file changed, 4 deletions(-) diff --git a/guix/import/go.scm b/guix/import/go.scm index 07a0303b832..6cb6e0de84b 100644 --- a/guix/import/go.scm +++ b/guix/import/go.scm @@ -39,11 +39,7 @@ #:use-module (guix http-client) #:use-module (guix memoization) #:autoload (htmlprag) (html->sxml) ;from Guile-Lib - #:autoload (guix base32) (bytevector->nix-base32-string - nix-base32-string->bytevector) - #:autoload (guix build utils) (mkdir-p) #:autoload (guix ui) (warning) - #:autoload (gcrypt hash) (hash-algorithm sha256) #:autoload (git structs) (git-error-message) #:use-module (ice-9 format) #:use-module (ice-9 match)