cleanup file structure, dockerize app

This commit is contained in:
KS Jannette
2026-05-19 03:37:56 -04:00
parent 4042ba87f5
commit 8cfde57cab
18 changed files with 262 additions and 98 deletions

View File

@@ -1,9 +1,8 @@
package config
import (
"github.com/pkg/errors"
"github.com/kelseyhightower/envconfig"
"github.com/pkg/errors"
)
// Config represents the application configuration.