Finished code cleanup, readme is mostly done.

This commit is contained in:
2025-04-20 20:22:57 -04:00
parent 9dcd31dd04
commit 1621023958
6 changed files with 171 additions and 25 deletions

View File

@@ -15,6 +15,7 @@ const (
contextKeyConfig contextKey = "config"
)
// Configuration is a simple configuration that can be loaded from a YAML file.
type Configuration struct {
Database struct {
ConnString string `yaml:"conn_string"`