On Monday, 21 September 2020 07:51:19 UTC+1, Walter Weinmann wrote: > > Same problem with os.Exit(1). > > Are you saying that if you run this program:
package main import "os" func main() { os.Exit(1) } you see the %ERRORLEVEL% is 0? Under Linux, calling os.Exit(1) also prints the message "exit status 1". Does this happen with Windows too? What version of go are you using? And which shell are you using to run the script which runs the executable? > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/d32d4b28-8b18-43c5-bc01-5848f9608877o%40googlegroups.com.