You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
// Add some helfpful comments to distinguish the sections
72
73
iferr:=prependToFile(filepath.Join(dirName, internal.ComposeFileName), "# This section contains the Compose file that describes your application services.\n"); err!=nil {
73
-
returnerr
74
+
return"", err
74
75
}
75
76
iferr:=prependToFile(filepath.Join(dirName, internal.ParametersFileName), "# This section contains the default values for your application parameters.\n"); err!=nil {
76
-
returnerr
77
+
return"", err
77
78
}
78
79
iferr:=prependToFile(filepath.Join(dirName, internal.MetadataFileName), "# This section contains your application metadata.\n"); err!=nil {
0 commit comments