Developers still use goto statements in practice despite arguments against them. This study analyzed over 11,000 GitHub projects and found goto statements in around 11% of C files. Goto statements were primarily used for error handling and cleanup. The study also analyzed commit histories of 6 projects and found that developers rarely remove or modify goto statements, even when fixing post-release bugs. This suggests that while goto statements have drawbacks, developers still find them useful for certain tasks like error handling.