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
Hi,
I don't know what Assert() does, but assuming that it does not (always) return data, if an error occured, it would currently still write empty/incorrect data, since the function continues after the error has been logged.
HTH and regards, Frank
The text was updated successfully, but these errors were encountered:
I am using go-bindata to package all the js files in go so that the binary is one single file. The INSTALL.sh creates a bindata.go which contains the Asset function.
Hi,
I don't know what Assert() does, but assuming that it does not (always) return data, if an error occured, it would currently still write empty/incorrect data, since the function continues after the error has been logged.
HTH and regards, Frank
The text was updated successfully, but these errors were encountered: