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
}
iferrors.Is(err, types.ErrMissingContent) {
f, err:=os.OpenFile(name, os.O_APPEND|os.O_WRONLY, 0o644)
// TODO: Bug consider muxing errors to make this more descriptive of the issue that occurrediferr!=nil {
return types.Result{
Succeeded: false, Failed: true, Notes: notes,
The text was updated successfully, but these errors were encountered:
https://api.github.com/gogrlx/grlx/blob/7ac33a5c0dc7b3900a3d9ee13c6389ac95a61dad/ingredients/file/fileAppend.go#L63
The text was updated successfully, but these errors were encountered: