yyle88 / sure Star 131 Code Issues Pull requests `sure` enhances your existing Go code by adding assertions and crash handling. generate ast assert soft must panic-if-error-happen Updated Mar 29, 2025 Go
yyle88 / must Star 124 Code Issues Pull requests The must library simplifies assertions and panics on failure. Assert conditions directly, avoiding long checks require assert assertion done sure must rese panic-if-error-happen Updated Apr 11, 2025 Go
yyle88 / done Star 110 Code Issues Pull requests Done allows you to focus on your business logic without repetitive if err != nil patterns. require assert assertion done sure must rese panic-if-error-happen Updated Apr 11, 2025 Go
yyle88 / rese Star 75 Code Issues Pull requests **rese** simplifies Go error handling and result extraction. It combines error and result checks into a single operation. require assert assertion done sure must rese panic-if-error-happen Updated Apr 17, 2025 Go