~ruther/guix-local

dd720662e7d5266105dcc8866f88448ab23ab60d — Nicolas Graves 8 months ago d3b5b7c
import: go: Remove uneeded autoloads.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 0 insertions(+), 4 deletions(-)

M guix/import/go.scm
M guix/import/go.scm => guix/import/go.scm +0 -4
@@ 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)