Skip to content

Commit

Permalink
Adding short pkg description for the benefit of pkg.go.dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkratky committed Oct 10, 2024
1 parent b817597 commit 9ed7a4c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cmd/ubuntu-image/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
// 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
//
// ubuntu-image is intended to be used as Snap package available from
// https://snapcraft.io/ubuntu-image
//
// See the project README for more details:
// https://github.com/canonical/ubuntu-image
package main

import (
Expand Down

0 comments on commit 9ed7a4c

Please sign in to comment.