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 a066668
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/ubuntu-image/main.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down

0 comments on commit a066668

Please sign in to comment.