Compare commits
3 Commits
f1fb183935
..
v1
| Author | SHA1 | Date | |
|---|---|---|---|
| 58c90d61ca | |||
| 96bd22bcd1 | |||
| 15ad9dd15f |
@@ -404,6 +404,10 @@ 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 {
|
||||
|
||||
Reference in New Issue
Block a user