From cc458e6381d82618f09df88f3d117f61d5fd0c0c Mon Sep 17 00:00:00 2001 From: Noah Date: Fri, 8 Mar 2024 15:50:54 -0600 Subject: [PATCH] Add package comment to deploy_error.go --- deploy_error.go | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy_error.go b/deploy_error.go index c326768..4e58576 100644 --- a/deploy_error.go +++ b/deploy_error.go @@ -1,3 +1,4 @@ +// package main is the main package for the LapisDeploy program package main // DeployError contains important information about an error if something went wrong.