mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d3b5b7c198
commit
dd720662e7
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue