remove something function

This commit is contained in:
Pedro Pérez 2025-05-11 02:35:33 +02:00
parent 37efa69b96
commit 95f6ae80c7

View File

@ -404,10 +404,6 @@ func (a *App) Migrate(database embed.FS) {
slog.Info("migration done")
}
func (a *App) Something() {
slog.Info("something")
}
func loadEnvFile(envDirectory string) error {
file, err := os.Open(envDirectory)
if err != nil {