docs: package doc strings

This commit is contained in:
decentral1se 2023-12-29 20:04:06 +01:00
parent ee80ef2c67
commit 837d1b91ac
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// main is the command-line entrypoint.
// Package main is the command-line entrypoint.
package main
import (

View File

@ -1,3 +1,4 @@
// Package ui is responsible for all things user interface.
package ui
import (