@ -104,6 +104,12 @@ func OptDo(err error, f func() error) error {
}
func OptPanic(err error) {
if err != nil {
panic(err)
func IntMin(x, y int) int {
if x < y {
return x
The note is not visible to the blocked user.