v0.1.0 Release
This commit is contained in:
@ -31,7 +31,7 @@ func main() {
|
||||
log.Println("---")
|
||||
log.Println("➡️ PART 1: Creating initial configuration file...")
|
||||
|
||||
// Defer cleanup to run at the very end of the program.
|
||||
// Defer cleanup to run at the end of the program.
|
||||
defer func() {
|
||||
log.Println("---")
|
||||
log.Println("🧹 Cleaning up...")
|
||||
@ -199,4 +199,4 @@ func printCurrentState(cfg *AppConfig, title string) {
|
||||
fmt.Printf(" Server Log Level: %s\n", cfg.Server.LogLevel)
|
||||
fmt.Printf(" Feature Flags: %v\n", cfg.FeatureFlags)
|
||||
fmt.Println(" --------------------------------------------------")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user