Hello, Thanks for your report! Stephen Paul Weber writes: > $ guix import go -r bdd.fi/x/runitor > > guix import: warning: Failed to import package "bdd.fi/x/runitor". > reason: ("struct-vtable" "Wrong type argument in position 1 (expecting struct): ~S" (#f) (#f)). It seems this is occurring because "https://bdd.fi/x/runitor?go-get=1" does not have the tag in the element, as the Go spec requires (it's a direct child of the element). However, it seems fairly harmless to relax this requirement in our importer, so the following patch should fix this.