-
Notifications
You must be signed in to change notification settings - Fork 18.3k
Closed
Labels
Description
by techtix:
What does 'go version' print? go version go1.2 linux/amd64 What steps reproduce the problem? Run the attached program. Also see: http://play.golang.org/p/dRqAUxPWeA What happened? On play.golang.org it results in the server error: "Error communicating with remote server." On my desktop the program gets stuck in an infinite loop due to an non-incrementing loop variable. What should have happened instead? The program should run and terminate after producing 32 lines of output Please provide any additional information below. The attached program uses uint8 but the same problem exists for int8 loop variables. Yes I know it's unusual to use an 8bit loop variable, but the problem arose as part of a test suite. P.S. Thanks for a brilliant language.
Attachments:
- arith.go (906 bytes)