Vova Tkach 5 years ago
parent
commit
ed2dfacb79
1 changed files with 1 additions and 0 deletions
  1. 1 0
      main.go

+ 1 - 0
main.go

@@ -52,6 +52,7 @@ func main() {
 
 
 	// Run database migration
 	// Run database migration
 	// TODO: something need here for migration
 	// TODO: something need here for migration
+	// Something for context
 	ctx := context.Background()
 	ctx := context.Background()
 	if err := support.New().Migration(ctx, consts.ParamWwwDir); err != nil {
 	if err := support.New().Migration(ctx, consts.ParamWwwDir); err != nil {
 		fmt.Printf("[ERROR] MIGRATION FAILED: %s\n", err)
 		fmt.Printf("[ERROR] MIGRATION FAILED: %s\n", err)