From nobody Sun May 19 09:42:19 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of redhat.com designates 170.10.133.124 as permitted sender) client-ip=170.10.133.124; envelope-from=libvir-list-bounces@redhat.com; helo=us-smtp-delivery-124.mimecast.com; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 170.10.133.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1625228491; cv=none; d=zohomail.com; s=zohoarc; b=YlUN01DhZZ+eehlBA1D+oPFQq9vILZ6iRKJQn8AZVxb9hzAa4hA4uVhTaA7r0w5Rc8AAJcmcCH8oGO/fTFNeP/cWapow/F3LCa1aanar0x4HXfYnDUftOhDicKQUolZP78CymvI16beHaC7ZdWYlK9EBzQEaHhK8qMGiK1bkVXk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1625228491; h=Content-Type:Content-Transfer-Encoding:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=5x8rZvQVumnRPM3U26O+kaVjcgypPYiQWvUUdp0YR6k=; b=FGBkfAgOmkPfrnG3ofTXUFxZq4DoeDFeTWW4OXLrBSMaZtMoD1No1+rlHZcyFTln3+/D29wsFHUn9UY/RA2x9mAPVPppguMluG3Cq2QrCIm8q7uyrhxJf1P2BEHBd5FD47IGYATiN9x5qsw18/00uncxHT1iqxodvNFrnT/VPyI= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of redhat.com designates 170.10.133.124 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.zohomail.com with SMTPS id 1625228491517984.8194035289181; Fri, 2 Jul 2021 05:21:31 -0700 (PDT) Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-426-FyJkIPrQNy6lKM6DddEjQA-1; Fri, 02 Jul 2021 08:21:28 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 5E4E61F75B; Fri, 2 Jul 2021 12:21:23 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 415AE60862; Fri, 2 Jul 2021 12:21:23 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 046F31809C99; Fri, 2 Jul 2021 12:21:23 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id 162CLMQA025502 for ; Fri, 2 Jul 2021 08:21:22 -0400 Received: by smtp.corp.redhat.com (Postfix) id 52A1660864; Fri, 2 Jul 2021 12:21:22 +0000 (UTC) Received: from harajuku.usersys.redhat.com (unknown [10.40.194.159]) by smtp.corp.redhat.com (Postfix) with ESMTPS id B5DDF60862 for ; Fri, 2 Jul 2021 12:21:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1625228490; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=5x8rZvQVumnRPM3U26O+kaVjcgypPYiQWvUUdp0YR6k=; b=FAoX7SSmYibw3CF9R+3zTmZzhoJLoK9sMH+c8BKee9NFMiKI+xORQ7Lc6xi0m59QD6JXq7 Lxxuk89z7QFZEu6teFJVEaJB+f+lXBNczDODs965lieYzCcpblfqGYKdC0JXxuQkCdKsqi 2B6JHUbiTZu3AEl0RPzeVrBSxWx+FbA= X-MC-Unique: FyJkIPrQNy6lKM6DddEjQA-1 From: Andrea Bolognani To: libvir-list@redhat.com Subject: [libvirt PATCH] docs: Add go-import directive for module-aware packages Date: Fri, 2 Jul 2021 14:21:16 +0200 Message-Id: <20210702122116.380267-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=libvir-list-bounces@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: quoted-printable X-ZohoMail-DKIM: pass (identity @redhat.com) X-ZM-MESSAGEID: 1625228493520100001 Content-Type: text/plain; charset="utf-8" This is how Go figures out the location of the git repository containing the actual code for the package. Addresses the following error message: go: libvirt.org/go/libvirt@v1.7005.0: unrecognized import path "libvirt.org/go/libvirt": parse https://libvirt.org/go/libvirt?go-get=3D1: no go-import meta tags () Signed-off-by: Andrea Bolognani --- docs/page.xsl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/page.xsl b/docs/page.xsl index 5cb4322fdc..1786feb51f 100644 --- a/docs/page.xsl +++ b/docs/page.xsl @@ -105,6 +105,12 @@ + + + + + + =20