import: go: Remove uneeded autoloads.

* guix/import/go.scm: Remove uneeded autoloads.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Nicolas Graves 2025-09-16 19:03:18 +02:00 committed by Ludovic Courtès
parent d3b5b7c198
commit dd720662e7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -39,11 +39,7 @@
#:use-module (guix http-client) #:use-module (guix http-client)
#:use-module (guix memoization) #:use-module (guix memoization)
#:autoload (htmlprag) (html->sxml) ;from Guile-Lib #: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 (guix ui) (warning)
#:autoload (gcrypt hash) (hash-algorithm sha256)
#:autoload (git structs) (git-error-message) #:autoload (git structs) (git-error-message)
#:use-module (ice-9 format) #:use-module (ice-9 format)
#:use-module (ice-9 match) #:use-module (ice-9 match)