From a06666857ef53cb48703156ffc678862695b8f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Kr=C3=A1tk=C3=BD?= Date: Thu, 10 Oct 2024 16:27:11 +0200 Subject: [PATCH] Adding short pkg description for the benefit of pkg.go.dev. --- cmd/ubuntu-image/main.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmd/ubuntu-image/main.go b/cmd/ubuntu-image/main.go index d1b245c3..bfa009eb 100644 --- a/cmd/ubuntu-image/main.go +++ b/cmd/ubuntu-image/main.go @@ -1,3 +1,8 @@ +// Package ubuntu-image provides a tool used for generating bootable images. +// You can use it to build two types of Ubuntu images: +// +// * Snap-based Ubuntu Core images from model assertions +// * Classical preinstalled Ubuntu images using image definitions package main import (