Add package comment to deploy_error.go

This commit is contained in:
Noah 2024-03-08 15:50:54 -06:00
parent 6e4109cfd5
commit cc458e6381

View File

@ -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.